This commit is contained in:
teldra 2022-02-07 15:25:10 +01:00
parent d09face1f2
commit 3ae3326fb8
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ do_partition() {
size=512
parted -a optimal $TARGET_PHY_ID unit mib -s -- mkpart EFI fat32 $start $(( start + size ))
sleep 2
start=$(( start + size ))
start=$(( start + size + 1 ))
parted -a optimal $TARGET_PHY_ID unit mib -s -- mkpart root $start -1s
mkfs.vfat -F32 ${TARGET_PHY_ID}-part1
TARGET_PART="2"