My ks file has just Base which obviously pulls in a few other things I don't want like dialup support etc. System-config-kickstart doesn't let you specifically drill down what options are in each group. Is there a resource depicting exactly what packages are in each of the groups so I could write out specifically what I want? Thanks! jlc
Joseph L. Casale wrote:> My ks file has just Base which obviously pulls in a few other things I don't > want like dialup support etc. System-config-kickstart doesn't let you specifically > drill down what options are in each group. Is there a resource depicting exactly > what packages are in each of the groups so I could write out specifically what I want? > > Thanks! > jlc > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >Hi yum groupinfo base on an installed system should give you the information you are after or you can look at comps.xml on the installation Media you are using. :)