aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-09-17 22:06:32 +0200
committer Eric Hameleers <alien@slackware.com>2023-09-17 22:06:32 +0200
commit394ec78a29c36cddcd3188e2a911527c151390a0 (patch)
tree85490d84d0156a1c6acec68f2b90ef0bbbc4503b
parentbc9b441a6d0753d43e4a428ea7903a804105b5b3 (diff)
downloadliveslak-394ec78a29c36cddcd3188e2a911527c151390a0.tar.gz
liveslak-394ec78a29c36cddcd3188e2a911527c151390a0.tar.xz
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.
Diffstat (limited to '')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
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 \