Bug 42872

Summary: negative package selections in kickstart
Product: [Retired] Red Hat Linux Reporter: Seth Vidal <skvidal>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-01 03:54:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Seth Vidal 2001-05-30 14:39:37 UTC
kickstart needs to have the ability to negatively select packages or
package groups.

so something like:
%packages
@ Workstation Common
-@ Emacs

or something like:

%packages
@ Web Server
- tux

that would mean fewer pkg cleanups in %post

thanks

Comment 1 Brent Fox 2001-06-01 03:54:53 UTC
katzj was looking at this.

Comment 2 Jeremy Katz 2001-07-02 22:21:53 UTC
Done for packages in CVS.  Not going to happen for groups because the chances of
causing major problems by excluding a group is much greater.