Hide Forgot
Currently /distribution/install task doesn't allow real testing of custom package sets, it contains dependencies which are always added to kickstart. Unfortunately this task is added to every recipe without chance to omit it. However it is sometimes necessary to have full control of installed package sets during testing. Therefore I propose new command line option which disables addition of /distribution/install task. Attached patch defines new option --suppress-install-task which does exactly this.
Created attachment 550681 [details] poposed patch