Generate locales in proper system

This commit is contained in:
Manuel Thalmann 2024-07-28 23:45:09 +02:00
parent e28de727c0
commit f6260d41a1

View file

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