fix
This commit is contained in:
parent
a46a2cd646
commit
436ae42d84
1 changed files with 4 additions and 0 deletions
|
@ -1025,8 +1025,10 @@ then
|
|||
partionierenohneswap
|
||||
fi
|
||||
else
|
||||
if [ "${verschluesselung}" == "y" ]; then
|
||||
cryptsetup luksOpen ${device}${rootpartitionnummer} luks0
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "installation"
|
||||
installation
|
||||
|
@ -1058,8 +1060,10 @@ elif [ "${Partition}" == "bios" ]; then
|
|||
partionierenohneswap
|
||||
fi
|
||||
else
|
||||
if [ "${verschluesselung}" == "y" ]; then
|
||||
cryptsetup luksOpen ${device}${rootpartitionnummer} luks0
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "installation"
|
||||
installation
|
||||
|
|
Loading…
Reference in a new issue