diff options
author | Rafael Soares <rafaelsoaresbr@gmail.com> | 2017-07-03 15:37:46 -0400 |
---|---|---|
committer | Rafael Soares <rafaelsoaresbr@gmail.com> | 2017-07-03 15:37:46 -0400 |
commit | 6bfece97083db999625fe81d78e6b4c404273dfe (patch) | |
tree | acfd92438a4a56ec7b4d880190436916a407a089 /http | |
parent | 5aac79e5d149822bedf9548a06861c358dfdab4e (diff) | |
download | arch-boxes32-6bfece97083db999625fe81d78e6b4c404273dfe.tar.xz |
Fix the building proccess
Diffstat (limited to 'http')
-rw-r--r-- | http/install-chroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |