diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-25 04:39:34 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-25 04:39:34 -0300 |
commit | 2d8fa2297c79aa9e49134989bcb752357424fd4b (patch) | |
tree | 257dfa11b0e26c286b503814ea3c777a0cfee088 /libre/filesystem-parabola/crypttab | |
parent | 8a97f5a1b7ee574476b2c54ce3b1e6d26a81f8b2 (diff) | |
parent | 209738a781a5dc4b683a3204ee75b379489c2e3b (diff) |
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/filesystem-parabola/crypttab')
-rw-r--r-- | libre/filesystem-parabola/crypttab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libre/filesystem-parabola/crypttab b/libre/filesystem-parabola/crypttab new file mode 100644 index 000000000..195945a74 --- /dev/null +++ b/libre/filesystem-parabola/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 |