summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hooks/normal/0030-enable-cryptsetup.hook.chroot10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/hooks/normal/0030-enable-cryptsetup.hook.chroot b/share/hooks/normal/0030-enable-cryptsetup.hook.chroot
index 54c2978d2..9d46ccc77 100755
--- a/share/hooks/normal/0030-enable-cryptsetup.hook.chroot
+++ b/share/hooks/normal/0030-enable-cryptsetup.hook.chroot
@@ -10,12 +10,12 @@ then
then
mkdir -p /etc/initramfs-tools/conf.d
-cat > /etc/initramfs-tools/conf.d/cryptsetup << EOF
-# /etc/initramfs-tools/conf.d/cryptsetup
+ cat > /etc/initramfs-tools/conf.d/cryptsetup <<-EOF
+ # /etc/initramfs-tools/conf.d/cryptsetup
-CRYPTSETUP=yes
-export CRYPTSETUP
-EOF
+ CRYPTSETUP=yes
+ export CRYPTSETUP
+ EOF
fi
fi