It is fusefs now. PR: 285529 Reported by: Sergey Kiselev <root@dc365.ru> Reported by: arrowd
25 lines
527 B
Plaintext
25 lines
527 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|