diff options
-rw-r--r-- | projects/grub/install/grubenv | 9 | ||||
-rw-r--r-- | projects/grub/install/install | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/projects/grub/install/grubenv b/projects/grub/install/grubenv new file mode 100644 index 00000000..274290b0 --- /dev/null +++ b/projects/grub/install/grubenv @@ -0,0 +1,9 @@ +# GRUB Environment Block +default=0 +gfxterm_background=(cbfsdisk)/background.png +gfxterm_font=(cbfsdisk)/fonts/dejavusansmono.pf2 +keymap=(cbfsdisk)/keymaps/default.gkb +pager=1 +timeout=1 +timeout_style=menu +####################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
\ No newline at end of file diff --git a/projects/grub/install/install b/projects/grub/install/install index c396a32d..644c6ef1 100644 --- a/projects/grub/install/install +++ b/projects/grub/install/install @@ -1,3 +1,4 @@ +grubenv:grubenv txtmode/grub.cfg:txtmode/grub.cfg txtmode/grubtest.cfg:txtmode/grubtest.cfg vesafb/grub.cfg:vesafb/grub.cfg |