> Now that the installer can pull packages from multiple CDs for instance, > is there a magic way for an NFS install to install base RH9 but override > some packages with whatever is accessible in a separate updates directory > (where we'd put all the erratas) I think kickstart can help you in this. You can put "rpm --update my-package.rpm" commands in the %post section. However, perhaps there is a more designated way to do that. /avner