> 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! This appears to be b/c the nfs modules aren't loaded into the kernel and in the post they can't be. the modules list is cleared. is there some nice way to modprobe nfs into the kernel in %pre? I've tried it to no avail. Any ideas from folks who have a closer relationship with anaconda? -sv