5 DESCRIPTION="Default Crypt Profile"
10 # To select crypt method you should uncomment
11 # one of following lines:
12 #CRYPT_METHOD="truecrypt"
15 # Directory, where it should be mounted (it must exist)
18 # Used only when CRYPT_METHOD="luks"
19 # MAP_ALIAS is used by cryptsetup when creating /dev/mapper/decrypted_device
20 # MAP_ALIAS must be entered if you are using "luks" method!
21 MAP_ALIAS="home_crypt"
25 # Additional options to be passed to truecrypt/cryptsetup while mounting
26 # this volume. It could contain needed key(s) (for truecrypt), or anything else
27 #CRYPT_OPTIONS="-k /etc/abc"
29 # If not set or 0, there will be asterisk for each letter of the password
30 # entered. If set to 1, there will be nothing printed in password dialog