From 69e67292f848833a15407a017b4ebc228ecbeeec Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 23 Jan 2023 10:54:16 +0100 Subject: [PATCH] revert locale-gen font switching --- CHANGELOG | 2 ++ usr/bin/archboot-km.sh | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6e9bc5854..0e44e609e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,8 @@ setup: - new efibootmgr routine - fixed automounted ESP and /boot detection on already installed systems - don't ask for network, sources and mkfs on already installed sytems +- fix LANG= add .UTF-8 to parameter +- rebuild locale-gen after vconsole font switching --- 2023.01 Highlights: - linux 6.1.x diff --git a/usr/bin/archboot-km.sh b/usr/bin/archboot-km.sh index 7a23223c3..7a89f6b57 100755 --- a/usr/bin/archboot-km.sh +++ b/usr/bin/archboot-km.sh @@ -34,9 +34,6 @@ _do_vconsole() { _dialog --infobox "Setting console font ${_FONT} and keymap ${_KEYMAP}..." 3 80 echo KEYMAP="${_KEYMAP}" > /etc/vconsole.conf echo FONT="${_FONT}" >> /etc/vconsole.conf - if ! grep '^archboot' /etc/hostname; then - locale-gen &>/dev/null - fi systemctl restart systemd-vconsole-setup sleep 2 }