Generate locales during setup

This commit is contained in:
Manuel Thalmann 2024-07-19 21:18:20 +02:00
parent 547bfdb46b
commit 5700e2e69e

View file

@ -69,6 +69,7 @@ begin
end | begin
read LOCALES
and arch-chroot "$mountDir" sed -i "s/^#\?\(\($LOCALES\).*\)\$/\1/" /etc/locale.gen
and locale-gen
end
and begin