From 96dff54655a1b4b000ffc8a8952165d906c94493 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 13 Mar 2023 00:56:09 +0100 Subject: [PATCH] vagrant: freebsd: kldload fusefs --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 4aca93150..4cd65ed77 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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