From 92eef048b27bec8ad4d346a1690ebc5e6e6a5845 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:00 -0400 Subject: [PATCH] Fix paths inside grub.cfg --- templates/grub.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/grub.cfg b/templates/grub.cfg index e8038e4..b919f19 100644 --- a/templates/grub.cfg +++ b/templates/grub.cfg @@ -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