aboutsummaryrefslogtreecommitdiff
path: root/files/etc/crypttab
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-04-10 10:35:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-04-10 10:35:55 -0300
commit279833df056e8bbba7af670b8a2d0aaadcc73f5f (patch)
tree41fa8cf1e692ed5274ec12ff86113b9eca766368 /files/etc/crypttab
parent49b83148ea8fad09fe62f7d91e936b60f42d4990 (diff)
downloadpuppet-nodo-279833df056e8bbba7af670b8a2d0aaadcc73f5f.tar.gz
puppet-nodo-279833df056e8bbba7af670b8a2d0aaadcc73f5f.tar.bz2
Adding laptop class, pam and xorg subsystems
Diffstat (limited to 'files/etc/crypttab')
-rw-r--r--files/etc/crypttab/laptop5
1 files changed, 5 insertions, 0 deletions
diff --git a/files/etc/crypttab/laptop b/files/etc/crypttab/laptop
new file mode 100644
index 0000000..ec3b60d
--- /dev/null
+++ b/files/etc/crypttab/laptop
@@ -0,0 +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
+var /dev/mapper/vg-var none luks,cipher=aes-cbc-essiv:sha256
+cswap /dev/sda1 /dev/random swap,cipher=aes-cbc-essiv:sha256