> Sorry for my english dear ;-)) > > I'm looking for this thing exactly: > > How can i create the base/instimage directory in redhat 7.1? > I'm looking to create a kickstart nfs installation of redhat > 7.1, as it was > possible in RH7.0 > Is it better now ? > > "Taylor, ForrestX" a écrit : > > > > hi everybody > > > > > > In rh7.0 there were an Redhat/instimage directory. There > > > isn't one on Rh70 ? > > > How can i do > > > Please help > > > > > > > Perhaps if you just asked your question in French, we would > be able to > > understand it better. Do you mean that Redhat 6.2 had the > RedHat/instimage > > directory and now 7.x doesn't? Are you looking for the > genhdlist? If so, > > it is in the anaconda-runtime package. > > > > Forrest > > You don't need the RedHat/instimage directory in Red Hat 7.1. I am using NFS to kickstart RH 7.1 machines. Install the anaconda-runtime package, and then do a `rpm -ql anaconda-runtime` to see what files it installed. All you need to do is run genhdlist just like you did in 7.0. The ks.cfg file should be very similar. Change the RedHat/base/comps file if you want to add any more rpm packages, and don't forget to run genhdlist. Forrest