blob: 9a59448faa39b7dd4b87fb87df9851f907a3eb27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{ type: install
message: <<EOM
Veracrypt was installed
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 fusefs
If you want load fusefs.ko on boot time, please add the following to /boot/loader.conf
fusefs_load="YES"
3) Enjoy it
EOM
}
]
|