This commit is contained in:
Augusto Gunsch 2021-08-13 14:57:10 -03:00
parent 9f71aa7b73
commit f5233e382c
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ set_locale() {
sed "s/^#$LOCALE/$LOCALE/" < /mnt/etc/locale.gen > /etc/locale.gen
quiet locale-gen
cp -f /usr/lib/locale/locale-archive /mnt/usr/lib/locale/locale-archive
cp -f /etc/locale.gec /mnt/etc/locale.gen
cp -f /etc/locale.gen /mnt/etc/locale.gen
echo "export LANG=\"$LOCALE\"" > /mnt/etc/locale.conf
echo "done"