mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 09:32:37 +01:00
10 lines
210 B
INI
10 lines
210 B
INI
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
|