This commit is contained in:
teldra 2021-08-18 10:23:53 +02:00
parent 1178577f3e
commit 00a2696367
1 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ sleep $sleep
sync
if [[ "${cfg[fde_key_store]}" == "once" ]]; then
echo "create bootpartition"
target_boot="${dodiskid}-part${index}"
index=$(( index + 1 ))
@ -53,7 +52,6 @@ echo "w";
echo "q") | fdisk -w always -W always "${dodiskid}" > /dev/null
sleep $sleep
sync
fi
if [[ "${cfg[rootfssize]}" == "rest" ]]; then
target_partition_tmp="${dodiskid}-part${index}"