diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 23:51:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 23:51:19 -0200 |
commit | 9e4461308275772b142a95be88161f517f144913 (patch) | |
tree | a9f44c156fd8f24eac905d68fa12f4609e56543e /files/etc/crypttab/laptop | |
parent | c4a34241f913300822e61785e743dbe39c1f163c (diff) | |
download | puppet-nodo-9e4461308275772b142a95be88161f517f144913.tar.gz puppet-nodo-9e4461308275772b142a95be88161f517f144913.tar.bz2 |
Adding keyscript option at some crypttabs
Diffstat (limited to 'files/etc/crypttab/laptop')
-rw-r--r-- | files/etc/crypttab/laptop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/etc/crypttab/laptop b/files/etc/crypttab/laptop index ec3b60d..edea69b 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 -var /dev/mapper/vg-var 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 |