mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 13:47:16 +00:00
vagrant: remove remainders of archlinux box
the (broken) box was removed a while ago.
This commit is contained in:
parent
550be412e4
commit
d3bf52e105
1 changed files with 0 additions and 11 deletions
11
Vagrantfile
vendored
11
Vagrantfile
vendored
|
@ -30,17 +30,6 @@ def packages_debianoid(user)
|
|||
EOF
|
||||
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 -Syu --noconfirm python-virtualenv python-pip fuse2 fuse3
|
||||
modprobe fuse
|
||||
EOF
|
||||
end
|
||||
|
||||
def packages_freebsd
|
||||
return <<-EOF
|
||||
# in case the VM has no hostname set
|
||||
|
|
Loading…
Reference in a new issue