mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 13:52:40 +01:00
sys-boot/grub-efi-image: add initial work
This commit is contained in:
9
sys-boot/grub-efi-image/files/grub-memdisk.cfg.in
Normal file
9
sys-boot/grub-efi-image/files/grub-memdisk.cfg.in
Normal file
@@ -0,0 +1,9 @@
|
||||
if loadfont (memdisk)/fonts/unicode.pf2 ; then
|
||||
set gfxmode=auto
|
||||
load_video
|
||||
insmod gfxterm
|
||||
fi
|
||||
|
||||
search --no-floppy --fs-uuid --set=root @BOOT_PART_UUID@
|
||||
set prefix=(\$root)/boot/grub
|
||||
source \$prefix/grub.cfg
|
||||
Reference in New Issue
Block a user