ports/sysutils/fusefs-unionfs/files/pkg-message.in
Martin Wilke 9705488d2b - Update to 1.0
- Pass maintainership to submitter

PR:		205617
Submitted by:	 Brendan Molloy
2015-12-31 14:37:05 +00:00

14 lines
353 B
Text

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