mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-19 14:23:09 +00:00
b9dc5f25e9
Add fedora-release-nonproduct to fedora-live-base.ks to ensure it gets pulled in for all spins. In order to avoid it getting pulled in to the Workstation product that is also based on fedora-live-base.ks, explicitly exclude fedora-release-nonproduct in workstation kickstart file. https://bugzilla.redhat.com/show_bug.cgi?id=1154235
17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
%packages
|
|
|
|
# Exclude unwanted groups that fedora-live-base.ks pulls in
|
|
-@dial-up
|
|
-@fedora-release-nonproduct
|
|
-@input-methods
|
|
-@standard
|
|
|
|
# Actual package selection is done in workstation-product-environment in comps
|
|
@^workstation-product-environment
|
|
|
|
# Exclude unwanted packages from @anaconda-tools group
|
|
-gfs2-utils
|
|
-reiserfs-utils
|
|
|
|
%end
|