Created attachment 961440 [details] example simple kickstart of groups included from comps.xml groupid Description of problem: https://ask.fedoraproject.org/en/question/58555/kickstart-and-compsxml-quextion/ comps reference @Minimal Install causes kickstart error does not exist though listed in comps.xml and packages install without error when called by thr groupid's instead. Version-Release number of selected component (if applicable): ??? How reproducible: create basic kickstart and try using @"Minimal Install" or any variant, including minimal-environment variants as well. Steps to Reproduce: 1.create kickstart 2.call only this packageset in the comps.xml 3.see error in install. Actual results: Package set is not available. Expected results: Installation of groups in <groupid> descriptions. Additional info:
1. it's better to use the <id> of the group, not the <name> 2. try using groups, not environments (@minimal-environment is an environment)
Also, if you wanted to use an environment, the syntax is @^minimal-environment (note the caret)