aboutsummaryrefslogtreecommitdiff
path: root/files/etc/crypttab/laptop
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-15 01:53:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-15 01:53:23 -0300
commitf926cb3bfaacc7c7d51254a2019ffbb37896d79f (patch)
tree4e4e8183b0217849f796f3c5f257c0956427c75b /files/etc/crypttab/laptop
parentfd8292297f964234e9487e336f2ac1424117d21c (diff)
downloadpuppet-nodo-feature/crypttab.tar.gz
puppet-nodo-feature/crypttab.tar.bz2
Updating crypttab/fstab/resume to new layoutfeature/crypttab
Diffstat (limited to 'files/etc/crypttab/laptop')
-rw-r--r--files/etc/crypttab/laptop8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/etc/crypttab/laptop b/files/etc/crypttab/laptop
index edea69b..3166fbd 100644
--- a/files/etc/crypttab/laptop
+++ b/files/etc/crypttab/laptop
@@ -1,5 +1,5 @@
# <target name> <source device> <key file> <options>
-root /dev/mapper/vg-root none luks,cipher=aes-cbc-essiv:sha256
-home /dev/mapper/vg-home none luks,cipher=aes-cbc-essiv:sha256,keyscript=decrypt_keyctl
-var /dev/mapper/vg-var none luks,cipher=aes-cbc-essiv:sha256,keyscript=decrypt_keyctl
-cswap /dev/sda1 /dev/random swap,cipher=aes-cbc-essiv:sha256
+root /dev/mapper/vg-root none luks
+home /dev/mapper/vg-home none luks,keyscript=decrypt_keyctl
+var /dev/mapper/vg-var none luks,keyscript=decrypt_keyctl
+swap /dev/mapper/swap /dev/random swap,aes-xts-plain64:sha256