change this line to two lines:
install nfs --server 192.168.3.21 --dir /usr/src/redhat/
install
nfs --server 192.168.3.21 --dir /usr/src/redhat/
that should work
-steve
Jerome Delamarche wrote:
Hello,
KickStart seems a great tool but it can't get it work from a NFS Server.
I use RedHat v8.0.
I wrote a scripts based on anaconda.ks.cfg starting with the following
lines:
# Kickstart file automatically generated by anaconda.
install nfs --server 192.168.3.21 --dir /usr/src/redhat/
lang fr_FR
langsupport --default fr_FR.UTF-8 fr_FR.UTF-8
keyboard fr-latin1
mouse generic3ps/2 --device psaux
skipx
network --device eth0 --bootproto static --ip 192.168.3.18 --netmask
255.255.255.0 --gateway 192.168.3.66 --nameserver 192.168.3.66
--hostname redk7
rootpw --iscrypted $1$TSHàËýxu$5WYSIqyPbfiELl5gqhb4.0
firewall --disabled
authconfig --enableshadow --enablemd5
timezone Europe/Paris
bootloader --location=mbr
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
#clearpart --linux --drives=sda
#part /boot --fstype ext3 --size=100 --ondisk=sda
#part / --fstype ext3 --size=2500 --grow
#part swap --size=96 --grow --maxsize=192 --ondisk=sda
%packages
....
%post
My NFS server is working but when KickStart boot it keeps trying to
reinstall / update RedHat distribution.
Any idea ?
Thanks,
Jerome