1
0
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:
2023-02-19 18:11:33 +01:00
parent 63fc50f52a
commit 0d77a6a223
6 changed files with 196 additions and 0 deletions

View 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