Bug 1308509 - Impossible to install group package with kickstart
Summary: Impossible to install group package with kickstart
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 23
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-15 12:35 UTC by benjamin.barras@epfl.ch
Modified: 2016-02-15 14:44 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-15 14:44:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description benjamin.barras@epfl.ch 2016-02-15 12:35:02 UTC
Description of problem: Message error for kickstart installation

==============================================================================
You have specified that the group "workstation-product-environment" should be installed. This group does not exist. Would you like to ignore this group and continue with installation ?
==============================================================================


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


How reproducible: always


Steps to Reproduce:
1. Prepare a kickstart file
2. add 
%packages
@Fedora Workstation
%end

or 

%packages
@workstation-product-environment
%end


Additional info: If you replace the group package with the list of package (Fedora-23-comps.xml) :

%packages
@core
@multimedia
@firefox
@base-x
@guest-desktop-agents
@fonts
@hardware-support
@printing
@workstation-product
@libreoffice
@networkmanager-submodules
wget
%end


It's works fine :(

Comment 1 Martin Kolman 2016-02-15 13:57:21 UTC
Fedora Workstation is an environment, not a group. If you want to specify an environment in kickstart[0] it needs to be prefixed by @^. The following should work:

%packages
@^Fedora Workstation
%end


[0] https://github.com/rhinstaller/pykickstart/blob/master/docs/kickstart-docs.rst#global-packages-options

Comment 2 David Shea 2016-02-15 14:44:33 UTC
@^workstation-product-environment will also work.


Note You need to log in before you can comment on or make changes to this bug.