fix LOCALE on used VC

This commit is contained in:
Tobias Powalowski 2024-06-14 08:12:50 +02:00
parent 99deca74bf
commit 81da45c7f7

View file

@ -78,6 +78,8 @@ _localize_task() {
echo KEYMAP="${_KEYMAP}" > /etc/vconsole.conf
echo FONT="${_FONT}" >> /etc/vconsole.conf
systemctl restart systemd-vconsole-setup
# set running VC too
export LANG="${_LOCALE}.UTF-8"
rm /.archboot
}