blob: 8e9299bcae14489e0f625ea6ee2aca1b62bb4525 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[
{ type: install
message: <<EOM
Make sure you have fuse.ko loaded then use mount.webdavfs command
or add an entry to the /etc/fstab such as:
https://webdav.server.net/path /mnt/path fusefs rw,late,mountprog=%%PREFIX%%/sbin/mount_webdavfs,username=login,password=pass,-F=/var/tmp/trace.log,-T=webdav,-T=httpreq,-T=httphdr 0 0
EOM
}
]
|