mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-31 11:42:05 +00:00
vagrant: freebsd: kldload fusefs
This commit is contained in:
parent
6354e4ada4
commit
96dff54655
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue