Bug 1309111

Summary: Package environment ID required in kickstart
Product: [Fedora] Fedora Documentation Reporter: David Galloway <dgallowa>
Component: install-guideAssignee: Jaromir Hradilek <jhradile>
Status: NEW --- QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: pbokoc, zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description David Galloway 2016-02-16 21:56:40 UTC
Description of problem:
Documentation states a package environment's name can be specified in a kickstart when the ID is required instead.

https://docs.fedoraproject.org/en-US/Fedora/22/html/Installation_Guide/sect-kickstart-packages.html

@^Infrastructure Server <- does not work

@^infrastructure-server-environment <- works

Version-Release number of selected component (if applicable):
Fedora 22

How reproducible:
Every time

Steps to Reproduce:
1. Create kickstart specifying @^Infrastructure Server in %packages
2. Start install

Actual results:
You have specified that the group 'Infrastructure Server' should be installed.
This group does not exist.  Would you like to ignore this group and continue with installation?
Please respond 'yes' or 'no': 

Expected results:
Group/Environment get installed

Additional info: