1,885
edits
Changes
no edit summary
1. Edit your "/etc/fstab" and change the following lines file system to "auto" from "nfs":
/dev/root / nfs '''defaults ''' 1 1
2. Use yum to install "rpcbind" and "nfs-utils" and make sure that the "rpcbind" and "nfs" services are started at boot:
mkdir /share
4. Create an <code>/etc/hosts</code> entry for HongKong using both the hostname and the FQDN- chose only one line from the following:
echo "192.168.122.1 hongkong hongkong.proximity.on.ca" >>/etc/hosts # VMs only
echo "192.168.1.254 hongkong hongkong.proximity.on.ca" >>/etc/hosts # physical hardware only