This commit is contained in:
teldra 2022-02-07 15:49:25 +01:00
parent dc21bd5b5c
commit 69bcdacddd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ do_partition() {
parted $TARGET_PHY_ID unit mib -s -- set 1 esp on
sleep 2
start=$(( start + size ))
parted $TARGET_PHY_ID unit mib -s -- mkpart root ext4 $start -1s
parted $TARGET_PHY_ID unit mib -s -- mkpart root ext4 $start 100%
sleep 2
mkfs.vfat -F32 ${TARGET_PHY_ID}-part1
TARGET_PART="2"