This commit is contained in:
teldra 2022-02-07 18:33:46 +01:00
parent e1668b0d83
commit 652eba8b51

View File

@ -109,7 +109,6 @@ 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"