diff --git a/main.sh b/main.sh index 9f66012..bf05557 100644 --- a/main.sh +++ b/main.sh @@ -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"