Fix paths inside grub.cfg

This commit is contained in:
Joshua Boniface
2022-11-02 23:15:38 -04:00
parent abc82651df
commit dddb948a24

View File

@@ -1,4 +1,4 @@
set theme=($root)/boot/grub/theme.txt set theme=($root)/boot/grub/live-theme/theme.txt
set gfxmode=800x600 set gfxmode=800x600
set gfxpayload=keep set gfxpayload=keep
insmod efi_gop insmod efi_gop
@@ -8,7 +8,7 @@ insmod video_cirrus
insmod gfxterm insmod gfxterm
insmod png insmod png
terminal_output gfxterm terminal_output gfxterm
background_image /splash.png background_image /boot/grub/splash.png
insmod play insmod play
play 960 440 1 0 4 440 1 play 960 440 1 0 4 440 1