mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
Add corrections about loading fusefs(5) module in /etc/rc.conf instead of /boot/loader.conf. Reported by: arrowd, danfe, manu
26 lines
512 B
Text
26 lines
512 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
In order to mount locally a remote archive or an entire repository as a FUSE
|
|
filesystem, it is required to load fusefs(5) module:
|
|
|
|
# kldload fusefs
|
|
|
|
To load the module at boot time, add fusefs(5) module
|
|
|
|
to /etc/rc.conf by running:
|
|
|
|
# sysrc kld_list+=fusefs
|
|
|
|
Also, if you plan to mount restic repositories as non root user, you need to run
|
|
|
|
# sysctl vfs.usermount=1
|
|
|
|
and add the line
|
|
|
|
vfs.usermount=1
|
|
|
|
to /etc/sysctl.conf to ensure the setting is applied at boot time.
|
|
EOM
|
|
}
|
|
]
|