| Summary: | [RFE] anaconda does not install "environment groups" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Korbel <mkorbel> |
| Component: | anaconda | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | dshea, g.kaviyarasu, jonathan, junk, mkolman, sbueno, vanmeeuwen+fedora, wjhendrickson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-21.21-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-09 16:04:08 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: | |
It's worth noting that yum uses the syntax "@^mate-desktop-environment" for environment groups. Supporting this will also require a change in pykickstart. *** Bug 1007523 has been marked as a duplicate of this bug. *** can the bug owner update this to include Fedora 20, I've just hit this with the group gnome-desktop-environment I have tried it on Fedora 20 and the problem is still here. |
Description of problem: Anaconda does not install "environment groups", but "yum grouplist" display only them + some unimportant groups. Version-Release number of selected component (if applicable): Fedora19 How reproducible: 100% Steps to Reproduce: 1. Get list of groups on the Fedora 19 > yum grouplist -v ... Available environment groups: GNOME Desktop (gnome-desktop-environment) KDE Plasma Workspaces (kde-desktop-environment) Xfce Desktop (xfce-desktop-environment) LXDE Desktop (lxde-desktop-environment) Cinnamon Desktop (cinnamon-desktop-environment) MATE Desktop (mate-desktop-environment) ... Available Groups: 3D Printing (3d-printing) Administration Tools (admin-tools) Authoring and Publishing (authoring-and-publishing) ... 2. Add some environment group into kickstart %packages @mate-desktop-environment %end Actual results: error message in installation group "mate-desktop-environment" does not exist Expected results: no errors and anaconda install all "mandatory groups" from "environment group". Additional info: