From f926cb3bfaacc7c7d51254a2019ffbb37896d79f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 15 Aug 2014 01:53:23 -0300 Subject: Updating crypttab/fstab/resume to new layout --- files/etc/crypttab/laptop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/etc/crypttab/laptop') 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 @@ # -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 -- cgit v1.2.3