More tweaks to theming
This commit is contained in:
parent
542acc20f3
commit
4d8cc08089
5
grub.cfg
5
grub.cfg
|
@ -1,4 +1,4 @@
|
||||||
if loadfont $prefix/font.pf2 ; then
|
set theme=($root)/boot/grub/theme.txt
|
||||||
set gfxmode=800x600
|
set gfxmode=800x600
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
insmod efi_gop
|
insmod efi_gop
|
||||||
|
@ -8,9 +8,6 @@ if loadfont $prefix/font.pf2 ; then
|
||||||
insmod gfxterm
|
insmod gfxterm
|
||||||
insmod png
|
insmod png
|
||||||
terminal_output gfxterm
|
terminal_output gfxterm
|
||||||
fi
|
|
||||||
|
|
||||||
set theme=($root)/boot/grub/theme.txt
|
|
||||||
background_image /splash.png
|
background_image /splash.png
|
||||||
|
|
||||||
insmod play
|
insmod play
|
||||||
|
|
Loading…
Reference in New Issue