Attached is the ks.cfg file which I am using
On the boot promt i type
linux ks=floppy
The m/c from which I am doing NFS has Ip address "192.168.2.200" and
the dir is /usr/local/cdrom/rh7.2
The NFS service is started on that system
Both the m/c are on the same LAN
During installation its picking all the information from ks.cfg like
partition detals , timezone etc....
except the nfs information
Where do I check for errors during installation .
Its just goes ahead and installs from "cdrom"
Its also able to assign the Ip address specifed in ks.cfg
Any help would be appreciated
Jeremy Katz wrote:
On Tuesday, October 30 2001, Kalpit Jain said:
> I have created a ks.cfg using the ksconfig
> I want to use nfs for installing RH 7.2
> But for some odd reason it does not does a NFS mountCould you please send a copy of the ks.cfg you're using (don't need the
password sections really, just the main bits about network configuration
and install method)Cheers,
Jeremy
-- Thanx & Regards Kalpit Jain Email: kalpit@xxxxxxxxxxxxx NetCore Solutions Pvt. Ltd 5, Raheja Centre Phone No: 2842959, 2844904, 214 Nariman Point 2049109, 2885689 Mumbai - 400021 Fax No: 2023904
#Generated by Kickstart Configurator lang en_US langsupport en_US keyboard us #Probe for Mouse mouse generic --device ttyS4 timezone --utc Asia/Calcutta rootpw **** reboot text bootloader --location=mbr install network --bootproto static --ip 192.168.2.199 --netmask 255.255.255.0 --gateway 192.168.2.33 --nameserver 192.168.2.33 nfs --server 192.168.2.200 --dir /usr/local/cdrom/rh7.2 clearpart --all part /boot --size 35 part swap --size 128 part / --size 1024 part /usr/local --size 500 --grow auth --useshadow --enablemd5 firewall --disabled #Do not configure the X Window System skipx %packages @Network Support @Dialup Support @Messaging and Web Tools @NFS File Server @DNS Name Server @Network Managed Workstation @Authoring and Publishing @Emacs @Utilities @Software Development