This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Description
Another case like #102 where special-case code is required...
Currently in the NOOBS Recovery GUI, it's possible to select just the Data Partition and then install that as the single OS - which obviously doesn't make any sense ;)
IMHO the Install button should remain disabled if you only have the Data Partition selected, and should only become enabled when you have at least one "real" OS installed.
...
Hmmm, rather than special-casing on just the "Data Partition" each time, maybe it'd make more sense to have a generic mechanism, e.g. by adding a "data_partitions_only: true" property (or similar) to the JSON files?