From f55276477c27770af28e53bb8d4c8f9447993f05 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 22 Sep 2011 10:39:11 -0300 Subject: Adding hibernation support for laptops --- files/etc/crypttab/laptop.hibernate | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 files/etc/crypttab/laptop.hibernate (limited to 'files') diff --git a/files/etc/crypttab/laptop.hibernate b/files/etc/crypttab/laptop.hibernate new file mode 100644 index 0000000..ab8a8e2 --- /dev/null +++ b/files/etc/crypttab/laptop.hibernate @@ -0,0 +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 +cswap /dev/sda1 none swap,cipher=aes-cbc-essiv:sha256 -- cgit v1.2.3