diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-09-04 12:32:46 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-09-04 12:32:46 -0300 |
commit | e85af5281f53c90932c7fe78660d3cabd14e8033 (patch) | |
tree | cdf504fce94bdc5791a2dde9ca928c2ef9dd1cae /libre-testing/filesystem/crypttab | |
parent | 1bd9d9093ce91658bb3ac0ad3d4d0cf0ba1f9223 (diff) | |
parent | 6110ce46051a4079d110268965fff1df7a73e770 (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'libre-testing/filesystem/crypttab')
-rw-r--r-- | libre-testing/filesystem/crypttab | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libre-testing/filesystem/crypttab b/libre-testing/filesystem/crypttab deleted file mode 100644 index 195945a74..000000000 --- a/libre-testing/filesystem/crypttab +++ /dev/null @@ -1,17 +0,0 @@ -# crypttab: mappings for encrypted partitions -# -# Each mapped device will be created in /dev/mapper, so your /etc/fstab -# should use the /dev/mapper/<name> paths for encrypted devices. -# -# The Arch specific syntax has been deprecated, see crypttab(5) for the -# new supported syntax. -# -# NOTE: Do not list your root (/) partition here, it must be set up -# beforehand by the initramfs (/etc/mkinitcpio.conf). - -# <name> <device> <password> <options> -# home /dev/hda4 /etc/mypassword1 -# data1 /dev/hda3 /etc/mypassword2 -# data2 /dev/hda5 /etc/cryptfs.key -# swap /dev/hdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 -# vol /dev/hdb7 none |