diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2020-04-23 17:46:47 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2020-04-23 17:46:47 +0200 |
commit | aa8f8323f7c435b6380b145b7d5b037ee708e54b (patch) | |
tree | 30e8753e5a912592f438beb8466fa37ede01ceb1 /share/hooks | |
parent | 6051ce16973781714ccd4a9cfbfdf1df7861d08b (diff) | |
download | vyos-live-build-aa8f8323f7c435b6380b145b7d5b037ee708e54b.tar.gz vyos-live-build-aa8f8323f7c435b6380b145b7d5b037ee708e54b.zip |
Fix indentation
Diffstat (limited to 'share/hooks')
-rwxr-xr-x | share/hooks/normal/0030-enable-cryptsetup.hook.chroot | 10 |
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 |