]> code.ossystems Code Review - openembedded-core.git/commit
scripts/lib/wic/partition.py: do not set FAT size
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 28 Feb 2021 15:37:00 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Mar 2021 20:35:07 +0000 (20:35 +0000)
commitb85a09ea450a5e8f49418f4a930805fbb88dc83b
treebd6898d764644621a505c67ab6cd7c2770b23ed6
parent18299a114c66280ba2d00becc3fae235d3a6cbd7
scripts/lib/wic/partition.py: do not set FAT size

Modern dosfstools automatically determines the appropriate size
and will error out if something that doesn't make sense is
supplied on the command line.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/partition.py