pmb.install: Add pmbootstrap install --(no-)sparse option
At the moment, sparse images are generated if the device sets
deviceinfo_flash_sparse="true"
. But for testing purposes it can be
useful to specifically enable or disable the default behavior.
Add a --sparse
and --no-sparse
option that enables or disables
sparse image generation.