On Tue, 5 Dec 2000, Dominique L Bouix wrote: > On Tue, Dec 05, 2000 at 01:29:38PM -0500, rpjday wrote: > > > this line should be network --bootproto static --ip ..... > > > this was a bug in mkkickstart, IIRC > > > > imho, mkkickstart is thoroughly broken. i tested it on a number of boxes > > last week, and it created an alleged ks.cfg file that missed referring to > > almost every partition on the hard drive. > > Hi there. Do you make the configuration file by hand, and if so can you tell > me the correct parametres for ip address, etc? > here's a sample ks.cfg file i've used before. note the possibilities for the "network" directive. back in 6.2, if you wanted to bypass net config completely, you still had to have a "network" directive with no arguments. anyone know if that's still the case? # Language = English lang en_US # network --bootproto static --ip 152.1.62.112 --netmask 255.255.255.192 --gateway 152.1.62.65 --nameserver 152.1.1.161 # network --bootproto dhcp # network rday p.s. this worked back in 6.2, i'm assuming it still works now.