On Tue, 2004-03-09 at 07:12, Paul Abel wrote: > Hi all, > > I'm trying to setup a Red Hat 6.2 install tree (don't ask why!) > Does anybody have an idea if I'm even looking in the right place to solve these problems? > > I'm installing using NFS and kickstart. Since you are installing via NFS kickstart, probably the easiest solution is to use all the original rpm3 rpms. In the %post section, update the newer rpms: %post mkdir /root/temp mount -o nolock my-nfs-server:/path/to/updates /root/temp rpm -Fvh /root/temp/*.rpm Forrest