
100 IBM z/VM and Linux on IBM System z: Virtualization Cookbook for Red Hat Enterprise Linux 4
root@10.1.40.243's password:
initrd.img 100% 5768KB 5.6MB/s 00:01
kernel.img 100% 3104KB 3.0MB/s 00:01
...
7.4.2 Turning on the NFS server
You can now use the NFS server to export the install tree. Enable NFS on the installation
server with the following steps:
1. Using the vi text editor, open the file /etc/exports, and add the lines Example 7-20 shows.
Example 7-20 Editing the /etc/exports file
# vi /etc/exports
/install/rhel4/u3 *(ro,sync)
/install/rhel4x/u3 *(ro,sync)
/install/virt-cookbook *(ro,sync)
:wq
This exports:
– The /install/rhel4/u3 directory