summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-unionfs/files/pkg-message.in
blob: 69e13810a1216bbdd75019acfb54a57197c94f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
You will need to load the kernel module 'fuse' to use this package. To load
this at boot time, add the following line to /boot/loader.conf:

fuse_load="YES"

If you want unprivileged users to be able to use unionfs, add the following
line to /etc/sysctl.conf:

vfs.usermount=1

You can enable them immediately with:

kldload fuse
sysctl vfs.usermount=1