index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-07-05 17:13:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 17:13:39 +0200 |
commit | 24474750bbdd4afef5a0f2b304da1f481b2e842b (patch) | |
tree | fce0a27204e353327f5a13ebf459836c08fabbe7 /http | |
parent | 0c7e69dbdce16cb8d992b8d54f0766e3fac5c973 (diff) | |
parent | 6bfece97083db999625fe81d78e6b4c404273dfe (diff) |
-rw-r--r-- | http/install-chroot.sh | 1 |
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 |