test
This commit is contained in:
parent
0eaae09be6
commit
9887f2acd9
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user