On Thu, 2003-07-03 at 16:47, Brian Long wrote: > Jeremy, > > Is the same true for the <package> element? If I have > > <package> > <name>ash</name> > <dependencylist></dependencylist> > <name>bash</name> > <dependencylist></dependencylist> > ...etc.. > </package> > > Will anaconda work for an automated install? Or do I really need to > integrate the getfullcomps.py script into my tools? > > getfullcomps.py seems to require RH 9 (rpm 4.2, python 2.2, rpm-python, > etc). So far the rest of the kickstart tools do not require a specific > level of RH. getfullcomps works under 8.0 and 9. What are you trying to achieve? Building the dependencies for packages isn't terribly hard but if you're just doing package lists in the groups you don't need them - just let getfullcomps.py do all that work. -sv