revert locale-gen font switching

This commit is contained in:
Tobias Powalowski 2023-01-23 10:54:16 +01:00
parent ce3671800f
commit 69e67292f8
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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
}