]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Revert "wic: Set a miniumum FAT16 volume size."
authorAngus Lees <gus@inodes.org>
Thu, 21 Mar 2019 05:46:05 +0000 (16:46 +1100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Apr 2019 09:09:01 +0000 (10:09 +0100)
commite0a1ae3863bc229512d43e4a5248551bf25950e5
treea1cd2c38593f6ccfabd165b7982a6b7af0976628
parent392f18cd7692c90976eff4c6d5fc4ef09f7d357d
Revert "wic: Set a miniumum FAT16 volume size."

This reverts commit f7dfb4d43247d3c13a4e0a3853007d63b9512b83.

FAT16 volumes do not have a minimum size of 8250 blocks
(== slightly over 4MB).  Exhibit A: floppy disks.

The original commit message suggests this was a workaround for a bug in
parted - in which case we should fix it there, or use the wic
`--fixed-size` option to pass down an enforced minimum from a more
context-aware point in the callstack.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/partition.py