forked from Lainports/freebsd-ports
18 lines
394 B
Text
18 lines
394 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
1) Veracrypt needs security/sudo port to mount disk volumes. You must modify
|
|
%%PREFIX%%/etc/sudoers file to add Veracrypt user(s). Don't use root user
|
|
|
|
2) Please ensure that the fusefs kmod is loaded prior to use:
|
|
|
|
$ kldload fuse
|
|
|
|
If you want load fuse.ko on boot time, please add the following to /boot/loader.conf
|
|
|
|
fuse_load="YES"
|
|
|
|
3) Enjoy it
|
|
EOM
|
|
}
|
|
]
|