1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 09:32:37 +01:00

sys-boot/grub-efi-image: fix grub-memdisk.cfg

This commit is contained in:
2023-02-19 18:17:49 +01:00
parent c7118db494
commit 61339d8631
2 changed files with 3 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ if loadfont (memdisk)/fonts/unicode.pf2 ; then
fi
search --no-floppy --fs-uuid --set=root @BOOT_PART_UUID@
set prefix=(\$root)/boot/grub
source \$prefix/grub.cfg
set prefix=($root)/boot/grub
source $prefix/grub.cfg