Bug 806197 - When doing a minimal install, the generated /root/anaconda-ks.cfg does not suppress the 'base' group
Summary: When doing a minimal install, the generated /root/anaconda-ks.cfg does not su...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-23 07:43 UTC by Adam Williamson
Modified: 2013-04-10 14:31 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-10 14:31:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.