From bbf1237da5f0b02c98fb466441a82f249f1e19c7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Feb 2013 18:22:38 -0200 Subject: Provision: fixing crypttab entries --- share/hydractl/provision | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/hydractl/provision') diff --git a/share/hydractl/provision b/share/hydractl/provision index 4a270ed..4c1822e 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -274,7 +274,7 @@ echo "# " > /tmp/debootstra if [ "$encrypt" == "y" ]; then cat > /tmp/debootstrap/etc/crypttab <<-EOF -root /dev/mapper/vg-root none luks,cipher=aes-cbc-essiv:sha256 +root /dev/mapper/vg-root none luks,cipher=aes-cbc-essiv:sha256 EOF fi @@ -292,7 +292,7 @@ fi if [ "$swap" != "0" ]; then cat >> /tmp/debootstrap/etc/crypttab <<-EOF -cswap $swap_device /dev/random swap,cipher=aes-cbc-essiv:sha256 +cswap $swap_device /dev/random swap,cipher=aes-cbc-essiv:sha256 EOF fi -- cgit v1.2.3