From 6bfece97083db999625fe81d78e6b4c404273dfe Mon Sep 17 00:00:00 2001 From: Rafael Soares Date: Mon, 3 Jul 2017 15:37:46 -0400 Subject: Fix the building proccess --- http/install-chroot.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'http/install-chroot.sh') diff --git a/http/install-chroot.sh b/http/install-chroot.sh index 8cfb7d5..7e71282 100644 --- a/http/install-chroot.sh +++ b/http/install-chroot.sh @@ -6,6 +6,7 @@ set -x ln -sf /usr/share/zoneinfo/UTC /etc/localtime sed -i -e 's/^#\(en_US.UTF-8\)/\1/' /etc/locale.gen locale-gen +echo 'LANG=en_US.UTF-8' > /etc/locale.conf # setting vagrant user credentials echo -e 'vagrant\nvagrant' | passwd -- cgit v1.2.3-54-g00ecf