mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-12 15:52:56 +00:00
f50ad757d3
Turns out the @^ construction for pulling in comps environment groups doesn't work in kickstart, for reasons unknown. This reverts commit 6c3c08f4425662b36a4ea4b3b89d3223a9a43ef5.
27 lines
474 B
Plaintext
27 lines
474 B
Plaintext
%packages
|
|
|
|
# Exclude unwanted groups that fedora-live-base.ks pulls in
|
|
-@dial-up
|
|
-@fedora-release-nonproduct
|
|
-@input-methods
|
|
-@standard
|
|
|
|
# Make sure to sync any additions / removals done here with
|
|
# workstation-product-environment in comps
|
|
@base-x
|
|
@core
|
|
@fonts
|
|
@guest-desktop-agents
|
|
@hardware-support
|
|
@libreoffice
|
|
@multimedia
|
|
@networkmanager-submodules
|
|
@printing
|
|
@workstation-product
|
|
|
|
# Exclude unwanted packages from @anaconda-tools group
|
|
-gfs2-utils
|
|
-reiserfs-utils
|
|
|
|
%end
|