This commit is contained in:
teldra 2022-02-07 18:33:17 +01:00
parent 9629848108
commit e1668b0d83
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ do_partition() {
TARGET_PART="2"
else
set -x
parted "${TARGET_PHY_ID}"-s -- mklabel msdos
parted "${TARGET_PHY_ID}" -s -- mklabel msdos
sleep 2
TARGET_PART="1"
if [ "${ENCRYPTION_STYLE}" == "b" ] || [ "${ENCRYPTION_STYLE}" == "e" ]; then