From 663882c1124ec8cb6dc53dc1d2c572fd715676c9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 16 Nov 2023 21:24:54 +0100 Subject: [PATCH] fix console font --- usr/lib/archboot/login.sh | 3 +++ usr/share/archboot/doc/archboot.html | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index 6c134b844..da503aa7d 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -117,6 +117,8 @@ if ! [[ -e /.vconsole-run ]]; then fi echo KEYMAP=us >/etc/vconsole.conf echo FONT=ter-v${SIZE}n >>/etc/vconsole.conf + echo -e "\e[1mInitializing Console...\e[m" + printf "\ec" systemctl restart systemd-vconsole-setup fi @@ -181,6 +183,7 @@ elif [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e _memory_error "2.6GB" _enter_shell else + sleep 1 _welcome _run_update_installer fi diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index d4c825ab5..95a919bb3 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -15,7 +15,7 @@

Logo

Archboot Project | Donate

-

© 2006 - 2023 | Tobias Powalowski | Arch Linux Developer tpowa
Last update: 15.11.2023 14:32

+

© 2006 - 2023 | Tobias Powalowski | Arch Linux Developer tpowa
Last update: 16.11.2023 21:11