From 9e4461308275772b142a95be88161f517f144913 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Feb 2013 23:51:19 -0200 Subject: Adding keyscript option at some crypttabs --- files/etc/crypttab/laptop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/etc/crypttab/laptop') 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 @@ # 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 -- cgit v1.2.3