On Mon, 3 Aug 2009 14:52:29 -0700, Paul Company <[email protected]> wrote: > Does anyone know where to find a list of Kickstart Package Groups? > And what packages are contained in each Group? > > I've seen references to @Base and @Core and others, but where is the > complete list kept? > And what packages are in each Group? > > I've also seen reference to comps.xml but I dont' see that file > anywhere in my DVD iso. > comps.xml also seems to be associated older versions of Red Hat > distributions. > > I've also seen references to getGroupPkgs.py but can't find the rpm > that includes that script.
The file used to be simply comps.xml, now it is split up into several XML files that can be found in different directories: # find /var/www/cobbler/ks_mirror/rhel5.2-i386/ -iname "comps*.xml" ./Server/repodata/comps-rhel5-server-core.xml ./Cluster/repodata/comps-rhel5-cluster.xml ./ClusterStorage/repodata/comps-rhel5-cluster-st.xml ./VT/repodata/comps-rhel5-vt.xml -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
