arm-build:force sfdisk to format like we want it.
Change-Id: Iaa3c994a30bb3df6129e85e0a5591b88b5b93973
This commit is contained in:
parent
842c4eda7f
commit
60f1a5f280
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ EXTENDED_SIZE=$(($USR_START + $USR_SIZE - $EXTENDED_START))
|
||||||
#
|
#
|
||||||
# Generate the partitions using sfdisk to partition the
|
# Generate the partitions using sfdisk to partition the
|
||||||
#
|
#
|
||||||
sfdisk --no-reread -q ${IMG} 1>/dev/null <<END_SFDISK
|
sfdisk -L --force --no-reread -q ${IMG} 1>/dev/null <<END_SFDISK
|
||||||
# partition table of test.img
|
# partition table of test.img
|
||||||
unit: sectors
|
unit: sectors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue