From ab1f32368605ef3e0eed59a5a4d4a9aa8e645e30 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 29 Jan 2023 18:12:10 +0100 Subject: [PATCH] fix 32 font size --- CHANGELOG | 1 + usr/bin/archboot-km.sh | 2 +- usr/share/archboot/doc/archboot.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 675dec52a..94aa972da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -27,6 +27,7 @@ setup: - Auto-Prepare mode is systemd-gpt-auto-generator compliant now - devices are listed with their SIZE in menus - enable colored bash prompt and ls output on installed system +- always add bash-completion on installed system - added Unified Kernel Image suppport in EFISTUB menu - new efibootmgr routine - disable unsafe menu entries on installed system diff --git a/usr/bin/archboot-km.sh b/usr/bin/archboot-km.sh index 6e07177e5..9ff134c06 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 + if grep -qw 'FONT=*32*' /etc/vconsole.conf; then _FONTS="ter-v32n Worldwide latarcyrheb-sun32 Worldwide" _CANCEL= #shellcheck disable=SC2086 diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index 8d73b3ab8..70dd59d0c 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -965,7 +965,7 @@ It’s an initramdisk which includes everything. The calculated size to boot the Yes -Default Shell +Shell Bash Zsh