Generate locales during setup

This commit is contained in:
Manuel Thalmann 2024-07-19 21:18:20 +02:00
parent d6839aa6c4
commit 069d72d081

View file

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