1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-19 05:49:14 +00:00

vagrant: freebsd: kldload fusefs

This commit is contained in:
Thomas Waldmann 2023-03-13 00:56:09 +01:00
parent 6354e4ada4
commit 96dff54655
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

2
Vagrantfile vendored
View file

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