Fix paths inside grub.cfg
This commit is contained in:
parent
422ea1739f
commit
92eef048b2
|
@ -1,4 +1,4 @@
|
|||
set theme=($root)/boot/grub/theme.txt
|
||||
set theme=($root)/boot/grub/live-theme/theme.txt
|
||||
set gfxmode=800x600
|
||||
set gfxpayload=keep
|
||||
insmod efi_gop
|
||||
|
@ -8,7 +8,7 @@ insmod video_cirrus
|
|||
insmod gfxterm
|
||||
insmod png
|
||||
terminal_output gfxterm
|
||||
background_image /splash.png
|
||||
background_image /boot/grub/splash.png
|
||||
|
||||
insmod play
|
||||
play 960 440 1 0 4 440 1
|
||||
|
|
Loading…
Reference in New Issue