diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-28 05:31:51 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-28 05:31:51 -0300 |
commit | 0d8b9a6f87f89c84dda83a349ccfbb585a3e6a42 (patch) | |
tree | 4e014163110f0a0eec10f3eeeb03ca28f4f0efa7 /libre-testing/filesystem/crypttab | |
parent | 3b4fc574ae04a311e618fb44a07268ffb7e45cc4 (diff) | |
download | abslibre-0d8b9a6f87f89c84dda83a349ccfbb585a3e6a42.tar.gz abslibre-0d8b9a6f87f89c84dda83a349ccfbb585a3e6a42.tar.bz2 abslibre-0d8b9a6f87f89c84dda83a349ccfbb585a3e6a42.zip |
filesystem-2012.8-1: updating version
Diffstat (limited to 'libre-testing/filesystem/crypttab')
-rw-r--r-- | libre-testing/filesystem/crypttab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libre-testing/filesystem/crypttab b/libre-testing/filesystem/crypttab new file mode 100644 index 000000000..195945a74 --- /dev/null +++ b/libre-testing/filesystem/crypttab @@ -0,0 +1,17 @@ +# 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 |