Generate locales during setup
This commit is contained in:
parent
3d4a607b2a
commit
2848e5b52c
|
@ -63,6 +63,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
|
||||||
|
|
Loading…
Reference in a new issue