From fefbfbbf019cfdf9f45fb81cc11c8e15487f20eb Mon Sep 17 00:00:00 2001 From: Leif Liddy Date: Jan 08 2024 02:15:48 +0000 Subject: specify grub font for gfxterm --- diff --git a/config.sh b/config.sh index 201f0a1..ac4055e 100755 --- a/config.sh +++ b/config.sh @@ -43,6 +43,10 @@ echo "GRUB_DEFAULT=saved" >> /etc/default/grub echo "GRUB_DISABLE_SUBMENU=true" >> /etc/default/grub ## Disable recovery entries to match Fedora echo "GRUB_DISABLE_RECOVERY=true" >> /etc/default/grub +## Specify the font for gfxterm +if [[ "$kiwi_profiles" == *"Minimal"* ]] || [[ "$kiwi_profiles" == *"Server"* ]]; then + echo "GRUB_FONT=/boot/grub2/fonts/unicode.pf2" >> /etc/default/grub +fi #====================================== # Delete & lock the root user password