This commit is contained in:
simono41 2018-04-05 20:40:47 +02:00
parent a46a2cd646
commit 436ae42d84

View file

@ -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"