Generate locales during setup

This commit is contained in:
Manuel Thalmann 2024-07-19 21:18:20 +02:00
parent 96c33aadfb
commit 8bdf9c66dd

View file

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