blob: 4859a839c805f74e350162e6b39f4c94cc929bd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{ type: install
message: <<EOM
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
EOM
}
]
|