瀏覽代碼

vagrant: freebsd: kldload fusefs

Thomas Waldmann 2 年之前
父節點
當前提交
96dff54655
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -54,7 +54,7 @@ def packages_freebsd
     # make FUSE work
     # make FUSE work
     echo 'fuse_load="YES"' >> /boot/loader.conf
     echo 'fuse_load="YES"' >> /boot/loader.conf
     echo 'vfs.usermount=1' >> /etc/sysctl.conf
     echo 'vfs.usermount=1' >> /etc/sysctl.conf
-    kldload fuse
+    kldload fusefs
     sysctl vfs.usermount=1
     sysctl vfs.usermount=1
     pw groupmod operator -M vagrant
     pw groupmod operator -M vagrant
     # /dev/fuse has group operator
     # /dev/fuse has group operator