Ver Fonte

Merge pull request #5550 from ThomasWaldmann/vagrant-fixes3

vagrant: add fuse2/fuse3 for archlinux box
TW há 4 anos atrás
pai
commit
fd62f9b421
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      Vagrantfile

+ 2 - 1
Vagrantfile

@@ -34,7 +34,8 @@ def packages_arch
     locale-gen
     localectl set-locale LANG=en_US.UTF-8
     chown vagrant.vagrant /vagrant
-    pacman -Syu --noconfirm python-virtualenv python-pip
+    pacman -Syu --noconfirm python-virtualenv python-pip fuse2 fuse3
+    modprobe fuse
   EOF
 end