diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-01-06 02:36:12 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-01-06 02:36:12 -0500 |
commit | a88f46f60144321454de3d3d7f310f89b4d6ec24 (patch) | |
tree | 20f2e70a736bb0c25b2deb4b91d15d6d289609ae /pcr/filesystem-nosystemd/crypttab | |
parent | 1db00cf986b54d932643f262395a7e628746801c (diff) | |
download | abslibre-a88f46f60144321454de3d3d7f310f89b4d6ec24.tar.gz abslibre-a88f46f60144321454de3d3d7f310f89b4d6ec24.tar.bz2 abslibre-a88f46f60144321454de3d3d7f310f89b4d6ec24.zip |
Add filesystem-nosystemd
Diffstat (limited to 'pcr/filesystem-nosystemd/crypttab')
-rw-r--r-- | pcr/filesystem-nosystemd/crypttab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/filesystem-nosystemd/crypttab b/pcr/filesystem-nosystemd/crypttab new file mode 100644 index 000000000..96065a060 --- /dev/null +++ b/pcr/filesystem-nosystemd/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/Parabola 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 UUID=b8ad5c18-f445-495d-9095-c9ec4f9d2f37 /etc/mypassword1 +# data1 /dev/sda3 /etc/mypassword2 +# data2 /dev/sda5 /etc/cryptfs.key +# swap /dev/sdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 +# vol /dev/sdb7 none |