From 9887f2acd9110c6d4b932c70c0d2c9c3e19d4612 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 18 Aug 2021 08:55:24 +0200 Subject: [PATCH] test --- step2/10-disk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/step2/10-disk b/step2/10-disk index 88cf234..4f1ff53 100644 --- a/step2/10-disk +++ b/step2/10-disk @@ -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}"