progress
This commit is contained in:
parent
dc21bd5b5c
commit
69bcdacddd
2
main.sh
2
main.sh
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user