]> git.armaanb.net Git - asd-repo.git/blob - core/baselayout/files/crypttab
Adapt for asd linux
[asd-repo.git] / core / baselayout / files / crypttab
1 # crypttab: mappings for encrypted partitions
2 #
3 # Each mapped device will be created in /dev/mapper, so your /etc/fstab
4 # should use the /dev/mapper/<name> paths for encrypted devices.
5 #
6 # NOTE: Do not list your root (/) partition here.
7
8 # <name>       <device>         <password>              <options>
9 # home         /dev/hda4        /etc/mypassword1
10 # data1        /dev/hda3        /etc/mypassword2
11 # data2        /dev/hda5        /etc/cryptfs.key
12 # swap         /dev/hdx4        /dev/urandom            swap,cipher=aes-cbc-essiv:sha256,size=256
13 # vol          /dev/hdb7        none