This commit is contained in:
teldra 2021-08-18 08:55:24 +02:00
parent 0eaae09be6
commit 9887f2acd9

View File

@ -34,6 +34,7 @@ sleep $sleep
set -x
if [[ "${cfg[fde_key_store]}" == "once" ]]; then
echo "create bootpartition"
target_boot="${diskid}-part${index}"
index=$(( index + 1 ))
@ -46,6 +47,7 @@ a
w
q" | fdisk "${dodiskid}" > /dev/null
sleep $sleep
fi
if [[ "${cfg[rootfssize]}" == "rest" ]]; then
target_partition_tmp="${diskid}-part${index}"