Thanks a lot Paul, I'll give a try now, I'll post back the results

Francisco

Paul Heinlein wrote:
On Tue, 28 Oct 2008, Francisco Puente wrote:

Hello,

I'm building another kickstart CD, minimal, and creating my own repository.

Is there any way I can get the list of files that a group (like @core o @base) will install?

Below my .sig is an XSLT stylesheet that will do the trick. Save it to your filesystem as, e.g., comps.xsl. Then use xsltproc to apply it to the comps.xml file, e.g.,

  xsltproc --novalid comps.xsl /path/to/repodata/comps.xml > comps.html

The resulting HTML file will provide you a reasonable list of packages associated with each group.

Warning: the list might not be complete because any given package in your named group(s) might might require packages not in those groups. That's why anaconda does dependency checking at installation time.