<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#3333ff">
<big><big><font size="-1"><big><big><font face="Courier New">Thanks a
lot Paul, I'll give a try now, I'll post back the results <br>
<br>
Francisco<br>
</font></big></big></font></big></big><br>
Paul Heinlein wrote:
<blockquote
 cite="mid:alpine.OSX.2.00.0810281400210.3707@guild.galois.com"
 type="cite">On Tue, 28 Oct 2008, Francisco Puente wrote:
  <br>
  <br>
  <blockquote type="cite">Hello,
    <br>
    <br>
I'm building another kickstart CD, minimal, and creating my own
repository.
    <br>
    <br>
Is there any way I can get the list of files that a group (like @core o
@base) will install?
    <br>
  </blockquote>
  <br>
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.,
  <br>
  <br>
  xsltproc --novalid comps.xsl /path/to/repodata/comps.xml >
comps.html
  <br>
  <br>
The resulting HTML file will provide you a reasonable list of packages
associated with each group.
  <br>
  <br>
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.
  <br>
  <br>
</blockquote>
</body>
</html>