From 9cfad90d3df94a30de62fc1d42695efd83b8584d Mon Sep 17 00:00:00 2001 From: kprkpr Date: Tue, 31 May 2016 19:45:54 +0200 Subject: [PATCH] changes --- archinstall/chrootinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index f3b35a2..990f3b3 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -48,10 +48,10 @@ mv /etc/locale.gen.new /etc/locale.gen echo "LANG=$opclang" > /etc/locale.conf echo "LC_COLLATE=$opclang" >> /etc/locale.conf echo "KEYMAP=$langabr" > /etc/vconsole.conf -LANG=$opclang +export LANG=$opclang +export LC_COLLATE=$opclang KEYMAP=$langabr locale-gen -clear echo "Ahora seleccione su ubicación/país para ajustar el reloj" NEW_TIMEZONE=$(tzselect) test -n "$NEW_TIMEZONE" && cp -fp /usr/share/zoneinfo/"$NEW_TIMEZONE" /etc/localtime