Installation @core packages list

JB jurek.bajor at gmail.com
Mon Jul 19 11:30:42 UTC 2010


Marco Vittorini Orgeas <maviiiior <at> gmail.com> writes:

> 
> On Mon, 19 Jul 2010 10:18:28 +0000 (UTC)
> JB <jurek.bajor <at> gmail.com> wrote:
> 
> > JB <jurek.bajor <at> gmail.com> writes:
> > 
> > > 
> > > yum grouplist hidden
> > > yum groupinfo core
> > > 
> > yum -v groupinfo core
> > JB
> > 
> > 
> > 
> > 
> 
> Hi,
> 
> "yum grouplist hidden" shows as installed only the "system tools" group.
> Also issuing a "yum list installed" and comparing to the list of
> packages shown with a "yum groupinfo core" it seems there are a LOT
> more of what is in the @core set.(other than package dependencies)
> 
> So reading along the relevant section of yum man page, it seems that
> who has installed the system have not selected a particular group but
> instead have accepted some default of the fedora installer (like a mix
> of @base and system tools - maybe using a kickstart file).
> 
> Could you please confirm that the package section of a kickstart file
> to install ONLY the @core package set is as follow:
> 
> %packages --nobase
> @Core
> 
> thank you again 
> 
Package selection.
...
Note that the Core and Base groups are always selected by default, so it is not
necessary to specify them in the %packages  section.
...
The following options are available for the %packages  option:
--nobase
  Do not install the @Base group. Use this option if you are trying to create a
very small system.

So, it should be (to be perfect):
%packages --nobase

JB








More information about the users mailing list