Skip to content

pmb.install: Add pmbootstrap install --(no-)sparse option

Minecrell requested to merge Minecrell/pmbootstrap:install-sparse into master

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.

Merge request reports