From e80e1f287fccd90e5c12270ba6fd34e91a1b153e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 26 Jan 2023 19:59:31 +0100 Subject: [PATCH] add Terminus to FONT selector menu. --- usr/bin/archboot-km.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-km.sh b/usr/bin/archboot-km.sh index b48d7f13f..a7d91edeb 100755 --- a/usr/bin/archboot-km.sh +++ b/usr/bin/archboot-km.sh @@ -40,7 +40,7 @@ _do_vconsole() { _set_vconsole() { if grep -qw 'sun32' /etc/vconsole.conf; then - _FONTS="latarcyrheb-sun32 Worldwide ter-v32n Terminus" + _FONTS="ter-v32n Worldwide latarcyrheb-sun32 Worldwide" _CANCEL= #shellcheck disable=SC2086 _dialog --menu "\n Select Console Font:\n\n Font Name Region" 13 40 15 ${_FONTS} 2>${_ANSWER} || _CANCEL=1 @@ -49,7 +49,7 @@ _set_vconsole() { _FONT=$(cat ${_ANSWER}) sleep 2 else - _FONTS="latarcyrheb-sun16 Worldwide eurlatgr Europe ter-v16n Terminus" + _FONTS="ter-v16n Worldwide latarcyrheb-sun16 Worldwide eurlatgr Europe" _CANCEL= #shellcheck disable=SC2086 _dialog --menu "\n Select Console Font:\n\n Font Name Region" 13 40 15 ${_FONTS} 2>${_ANSWER} || _CANCEL=1