Bug 1168062

Summary: Kickstart and comps.xml question
Product: [Fedora] Fedora Reporter: Brian Collins <mrbriancollins>
Component: compsAssignee: Stephen Gallagher <sgallagh>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: notting, vpavlin
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-12 21:01:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
example simple kickstart of groups included from comps.xml groupid none

Description Brian Collins 2014-11-26 01:29:55 UTC
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:

Comment 1 Bill Nottingham 2014-11-26 16:25:23 UTC
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)

Comment 2 Stephen Gallagher 2015-03-12 21:01:51 UTC
Also, if you wanted to use an environment, the syntax is @^minimal-environment (note the caret)