updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / crypt / template
blob2ac3053c02ff55088a109544f93d9b4f3623730e
2 # Crypt Profile
5 DESCRIPTION="Default Crypt Profile"
7 # Encrypted device
8 DISK_DEVICE=/dev/sda1
10 # To select crypt method you should uncomment
11 # one of following lines:
12 #CRYPT_METHOD="truecrypt"
13 #CRYPT_METHOD="luks"
15 # Directory, where it should be mounted (it must exist)
16 MOUNT_DIR=/home/crypt
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"
23 # Optional settings:
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
31 #NO_ASTERISKS=0