fix
This commit is contained in:
parent
a46a2cd646
commit
436ae42d84
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue