[Fedora-spins] [spin-kickstarts] workstation: use env group, no need to list productimg

Adam Williamson adamwill at fedoraproject.org
Thu Dec 4 20:19:55 UTC 2014


commit ebff6b00b98654b619c7b6f8a38b49260d16d2d8
Author: Adam Williamson <awilliam at redhat.com>
Date:   Thu Dec 4 12:18:53 2014 -0800

    workstation: use env group, no need to list productimg
    
    You can use environment groups in kickstarts with this @^ syntax.
    So we don't need to duplicate the environment group here, just
    use it. We also don't need to list the productimg package, as
    it's in the @workstation-product group which the environment
    pulls in.

 fedora-workstation-packages.ks |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)
---
diff --git a/fedora-workstation-packages.ks b/fedora-workstation-packages.ks
index 4cbde90..4f9aee2 100644
--- a/fedora-workstation-packages.ks
+++ b/fedora-workstation-packages.ks
@@ -6,21 +6,9 @@
 - at input-methods
 - at standard
 
-# Make sure to sync any additions / removals done here with
-# workstation-product-environment in comps
- at base-x
- at core
- at fonts
- at guest-desktop-agents
- at hardware-support
+# Most of the heavy work is done in comps
+@^workstation-product-environment
 @libreoffice
- at multimedia
- at networkmanager-submodules
- at printing
- at workstation-product
-
-# Branding for the installer
-fedora-productimg-workstation
 
 # Exclude unwanted packages from @anaconda-tools group
 -gfs2-utils


More information about the spins mailing list