From 394ec78a29c36cddcd3188e2a911527c151390a0 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 17 Sep 2023 22:06:32 +0200 Subject: Create 24 point Grub font from DejaVu Sans Mono Regular TTF file We already had several smaller font sizes, perhaps liveslak will use this larger font someday. --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index fe2181f..9262a84 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -3504,7 +3504,7 @@ if [ "$SL_ARCH" = "x86_64" -o "$EFI32" = "YES" ]; then # Create the grub fonts used in the theme. # Command outputs string like this: "Font name: DejaVu Sans Mono Regular 5". - for FSIZE in 5 10 12 20 ; do + for FSIZE in 5 10 12 20 24 ; do grub-mkfont -s ${FSIZE} -av \ -o ${LIVE_STAGING}/EFI/BOOT/theme/dejavusansmono${FSIZE}.pf2 \ /usr/share/fonts/TTF/DejaVuSansMono.ttf \ -- cgit v1.2.3