test
This commit is contained in:
parent
1178577f3e
commit
00a2696367
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user