Seth Vidal wrote: > > > Maybe im going mad, but > > > > I have a Sun 420r which is the NFS share for all of my kickstart > > installations > > Now i can mount this share /export/linux from any unix variant (sun, freebsd > > and linux), yet i kickstart it it wont mount it? > > > > im using redhat7.0 and i have a twinkling that this is the root of all evil > Same pb here: i could not manage to use the nfs method for kickstarting under RH7. There were several msgs in the list reporting the same pb. Anyone successfull? Under RH6.2 it worked flawlessly (ks.cfg either on floppy/nfs). network --bootproto dhcp nfs --server my.nfs.server --dir /pub/redhat/6.2/i386 I finally used the ftp method for RH7 instead (ks.cfg on floppy). network --bootproto dhcp url --url ftp://my.ftp.server/pub/redhat/7.0/i386 During the post install for RH7 I have the following error: fs type nfs is not supported by kernel while trying to nfs mount some other share! -Tru