This commit is contained in:
teldra 2022-02-07 18:32:11 +01:00
parent 3073128214
commit 9629848108
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ do_partition() {
mkfs.vfat -F32 "${TARGET_PHY_ID}-part1"
TARGET_PART="2"
else
set -x
parted "${TARGET_PHY_ID}"-s -- mklabel msdos
sleep 2
TARGET_PART="1"