Fix paths inside grub.cfg

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:00 -04:00
parent 422ea1739f
commit 92eef048b2
1 changed files with 2 additions and 2 deletions

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