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.hibernate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/etc/crypttab/laptop.hibernate') diff --git a/files/etc/crypttab/laptop.hibernate b/files/etc/crypttab/laptop.hibernate index ab8a8e2..b59c089 100644 --- a/files/etc/crypttab/laptop.hibernate +++ b/files/etc/crypttab/laptop.hibernate @@ -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 none swap,cipher=aes-cbc-essiv:sha256 -- cgit v1.2.3