Closed tomvanbraeckel closed 4 months ago
This optional argument adds a FAT storage partition of the provided size (500K, 5M,...) to the built image, with the label 'vfs'.
I think fatsize should be passed as an argument to build_image, using a global (args) makes it more difficult if we need to call that function in another context.
fatsize
build_image
args
That's true. Fixed!
This optional argument adds a FAT storage partition of the provided size (500K, 5M,...) to the built image, with the label 'vfs'.