RPi-Distro / pi-gen

Tool used to create the official Raspberry Pi OS images
BSD 3-Clause "New" or "Revised" License
2.58k stars 1.61k forks source link

export-noobs does not have any configuration possibility (skip, compression level) #628

Closed j123b567 closed 2 years ago

j123b567 commented 2 years ago

There is possibility to create a special empty file SKIP_IMAGES to skip images creation, but there is no possibility to skip just NOOBS, e.g. SKIP_NOOBS file.

There is no possibility to configure compression for NOOBS. There is already COMPRESSION_LEVEL but it is related just to DEPLOY_COMPRESSION but not to noobs and xz -6 tooks ages or can fail on some platforms (#479). It probably does not make sense to use the same level for both, because it has a different meaning.

XECDesign commented 2 years ago

NOOBS is being deprecated, so chances are that that will be removed from pi-gen entirely in the near future.