aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-09-17 21:51:34 +0200
committer Eric Hameleers <alien@slackware.com>2023-09-17 21:51:34 +0200
commit888e74303f1c4c9a60e2c9dbb56021389ed4b20f (patch)
tree0aa844bbb3d33ebc349a0ea9e8ce4143ec0f04bc
parentf742a323f542747d793ca19ad2a2f92a42de74f1 (diff)
downloadliveslak-888e74303f1c4c9a60e2c9dbb56021389ed4b20f.tar.gz
liveslak-888e74303f1c4c9a60e2c9dbb56021389ed4b20f.tar.xz
UEFI boot: let's give GRUB some more font sizes to work with
-rw-r--r--grub.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/grub.tpl b/grub.tpl
index 4d12c03..d87c50b 100644
--- a/grub.tpl
+++ b/grub.tpl
@@ -31,6 +31,8 @@ fi
# Determine whether we can show a graphical themed menu:
insmod font
if loadfont $prefix/theme/dejavusansmono12.pf2 ; then
+ loadfont $prefix/theme/dejavusansmono24.pf2
+ loadfont $prefix/theme/dejavusansmono20.pf2
loadfont $prefix/theme/dejavusansmono10.pf2
loadfont $prefix/theme/dejavusansmono5.pf2
set gfxmode=1024x768,800x600,640x480,auto