On Wed, 2001-12-19 at 12:14, Daniel Shane wrote: > Hi, > > I am building a script that makes redhat cd's with some modifications. Since > I have made some modifications in anaconda, is there a way to make anaconda > run (i.e. genhdlist, buildinstall, splitdistro...) without installing it > with make install? > > The reason is that I dont want to replace my existing anaconda from my host > system, and a make install will overwrite the existing one. The best answer is to make a new anaconda RPM and install it on the build system. Presumably the existing anaconda was also installed via RPM and will be easy to restore, should you need it. Thanks. Peter