grub: sync with latest changes

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-12-30 18:23:56 +01:00
parent 990a6cb03a
commit cd16e7f011

View File

@@ -33,14 +33,12 @@ else
fi
if loadfont unicode; then
insmod gfxterm
if [ "${grub_platform}" = "efi" ]; then
set gfxmode=auto
terminal_output --append gfxterm
else
set gfxmode=1024x768
terminal_output gfxterm
fi
terminal_output gfxterm
insmod gfxmenu
loadfont ${prefix}/theme/dejavu_bold_14.pf2
loadfont ${prefix}/theme/dejavu_mono_12.pf2