vagrant: arch64 VM: generate and set en_US.UTF-8 locale

This commit is contained in:
Thomas Waldmann 2018-06-23 00:17:10 +02:00
parent 125049f755
commit a4952c8fe0
1 changed files with 3 additions and 0 deletions

3
Vagrantfile vendored
View File

@ -28,6 +28,9 @@ end
def packages_arch
return <<-EOF
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen
localectl set-locale LANG=en_US.UTF-8
chown vagrant.vagrant /vagrant
pacman --sync --noconfirm python-virtualenv python-pip
EOF