Bug 806197

Summary: When doing a minimal install, the generated /root/anaconda-ks.cfg does not suppress the 'base' group
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: anacondaAssignee: Chris Lumens <clumens>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 17CC: g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-10 14:31:15 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 Adam Williamson 2012-03-23 07:43:53 UTC
When you do a minimal install interactively, the 'base' package group is suppressed: only the 'core' and 'online-docs' groups are selected.

However, the /root/anaconda-ks.cfg written out by the installer does not reflect the suppression of the 'base' group. Its %packages section reads simply:

%packages
@core
@online-docs
%end

So when you do an installation using this kickstart you get a different and much larger set of packages installed than you got from the original interactive installation. It should read:

%packages
-@base
@core
@online-docs
%end

I think.

Comment 1 Chris Lumens 2012-09-05 15:47:24 UTC
With notting's patches to anaconda-patches list to get rid of the --nobase argument, I believe this should magically become fixed.