More tweaks to theming
This commit is contained in:
parent
9b0fccc4e6
commit
ca35022b05
21
grub.cfg
21
grub.cfg
|
@ -1,16 +1,13 @@
|
|||
if loadfont $prefix/font.pf2 ; then
|
||||
set gfxmode=800x600
|
||||
set gfxpayload=keep
|
||||
insmod efi_gop
|
||||
insmod efi_uga
|
||||
insmod video_bochs
|
||||
insmod video_cirrus
|
||||
insmod gfxterm
|
||||
insmod png
|
||||
terminal_output gfxterm
|
||||
fi
|
||||
|
||||
set theme=($root)/boot/grub/theme.txt
|
||||
set gfxmode=800x600
|
||||
set gfxpayload=keep
|
||||
insmod efi_gop
|
||||
insmod efi_uga
|
||||
insmod video_bochs
|
||||
insmod video_cirrus
|
||||
insmod gfxterm
|
||||
insmod png
|
||||
terminal_output gfxterm
|
||||
background_image /splash.png
|
||||
|
||||
insmod play
|
||||
|
|
Loading…
Reference in New Issue