blob: 447a92224e7bb92b0d569d980cd913f41310331e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
You will need to load the kernel module fusefs(4) to use this package. To load
it when system starts, add "fusefs" to "kld_list" in rc.conf(5).
For example, you can use sysrc(8):
sysrc kld_list+="fusefs"
To load the module immediately, use:
kldload fusefs
If you want unprivileged users to be able to use unionfs(8),
add the following sysctl.conf(5):
vfs.usermount=1
Or run sysctl(8) directly on the command-line for an immediate effect:
sysctl vfs.usermount=1
EOM
}
]
|