There is a circular dependency between openafs and openafs-kernel. I can install them both via rpm with the --nodeps --force but I want to insert them into the RH distro and install them (along with other rpms) as a group from my kickstart file. My question is how does one note dependencies in the RedHat/base/comps file? I see that there are number labels in front of groups. Some sub-groups have '?'s infront of them. How do you handle dependencies in this file? --patty On Mon, 13 Aug 2001, Seth Vidal wrote: > Date: Mon, 13 Aug 2001 22:44:08 -0400 (EDT) > From: Seth Vidal <skvidal@xxxxxxxxxxxx> > Reply-To: kickstart-list@xxxxxxxxxx > To: kickstart-list@xxxxxxxxxx > Subject: Re: base/comps order? > > > Does any one know how to define install order inside the RedHat/base/comps > > file? We have added some of our own rpms to the comps file by creating a > > new group. Then put our rpms into the RedHat/RPMS dir and ran genhdlist. > > We are getting dependency errors now on openafs which I think is because > > there is a circular dependency. > > > > run rpm -Va --nomd5 --nofiles and see what dependency problems are being > reported. Those will tell you more about whats wrong than if the comps > file. > > > -sv > > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list >