Open main menu

CDOT Wiki β

Changes

Fedora Arm Secondary Architecture/NFS Configuration

76 bytes added, 14:43, 17 April 2010
no edit summary
[[Category:Fedora ARM Secondary Architecture]][[Category:SBR600]]
There are a couple of steps you must perform to be able to use the NFS share on hong kong.
8. Add a line to /etc/rc.d/rc.local to mount the share automatically at boot time (note: this will fail if the NFS share is not available at boot, but the boot will proceed. The alternate approach of mounting at boot time via <code>/etc/fstab</code> will cause the boot to stall/fail if the NFS share is not available at boot):
echo "mount /share" >>/etc/rc.d/rc.local
 
9. Create a link for Koji:
ln -s /share/koji /mnt/koji
9. Optional/recommended: Reboot your vm to make sure the nfs share is properly mounted at boot. To restart your vm log into hongkong as root and run the following commands. As an example i will use arm-001-002, replace this with your VM. First, on the VM: