I use a kickstart file for all installations. In the package section, I have: %packages --resolvedeps and then I just list the 'yum' package (Well, I list others, but with the 'resolvedeps' flag, you don't have to worry about listing dependencies). -Jeff On Fri, 2003-10-24 at 07:54, Eric V. Smith wrote: > I do the same thing, with a really pared down comps.xml. How are people > installing yum? I'm currently manually listing the RPM's that need to be > installed, including yum dependencies. But this is a handful of packages > to specify, is there any better way?