
106 IBM z/VM and Linux on IBM System z: Virtualization Cookbook for Red Hat Enterprise Linux 4
3. Finally, add the path to the kickstart folder to /etc/exports and reload the NFS service on
the installation server as Example 8-3 shows.
Example 8-3 Edit NFS share
# vi /etc/exports
/install/rhel4/u3 *(ro,sync)
/install/rhel4x/u3 *(ro,sync)
/install/virt-cookbook *(ro,sync)
/install/ks *(ro,sync)
:wq
# service nfs reload
# showmount -e
Export list for lnxinst.example.com:
/install/ks *
/install/rhel4/u3 *
/install/rhel4x/u3 *
/install/virt-cookbook *
8.2 Define a new user ID for the master image
In this section, you can define a new z/VM user ID, RH4U3X, which ...