From 436ae42d8476cdf99591edefbb7060ccef3b6ced Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 5 Apr 2018 20:40:47 +0200 Subject: [PATCH] fix --- arch-install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch-install b/arch-install index feb7619..7452d19 100755 --- a/arch-install +++ b/arch-install @@ -1025,7 +1025,9 @@ then partionierenohneswap fi else + if [ "${verschluesselung}" == "y" ]; then cryptsetup luksOpen ${device}${rootpartitionnummer} luks0 + fi fi echo "installation" @@ -1058,7 +1060,9 @@ elif [ "${Partition}" == "bios" ]; then partionierenohneswap fi else + if [ "${verschluesselung}" == "y" ]; then cryptsetup luksOpen ${device}${rootpartitionnummer} luks0 + fi fi echo "installation"