On Mon, 2004-02-16 at 13:20 -0500, Greg Swallow wrote: > Hi, > > I am a yum newbie, so please bear with me. I just started using this > on Friday. > > I have set up four repositories -- three rsynced from the fedora yum > repositories and one I'm rolling on my own, called "extras". I'd like > to run a command during kickstart that says "yum install > <all-rpms-in-extras>". However, I don't see any way to filter out rpm's > by repository. Has anyone else done this without piping yum list > through awk, etc., or would this be a feature request? > what ver of yum? I've found that it's easier to make a yumgroups.xml file in that last repository the run yum -y groupinstall somegroup then you can have packages in that repository that aren't ALWAYS supposed to be installed but could be. -sv