How to Set up NFS Access
The distribution should be accessible through NFS for each subnet
served from this boot and install server.
Before You Begin
Be sure that the NFS utililties are installed on the boot and
install server.
Steps
-
Edit the /etc/exports file and add
lines similar to the following example:
-
Enable NFS and start it.
Use commands similar
to the following, which apply to RedHat AS 3.0:
#chkconfig --level 35 nfs on
#service nfs restart
|