fedora-kickstarts/fedora-workstation-packages.ks
Adam Williamson ebff6b00b9 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.
2014-12-04 12:18:53 -08:00

18 lines
316 B
Plaintext

%packages
# Exclude unwanted groups that fedora-live-base.ks pulls in
-@dial-up
-@fedora-release-nonproduct
-@input-methods
-@standard
# Most of the heavy work is done in comps
@^workstation-product-environment
@libreoffice
# Exclude unwanted packages from @anaconda-tools group
-gfs2-utils
-reiserfs-utils
%end