From Fedora Project Wiki
(Created page with 'Download the latest RFS tarbal from http://ftp.linux.org.uk/pub/linux/arm/fedora/rootfs/ and untar it. This assumes that you untarred the root file system in /mnt/ARM_FS. We nee...')
 
(No difference)

Latest revision as of 06:43, 26 June 2009

Download the latest RFS tarbal from http://ftp.linux.org.uk/pub/linux/arm/fedora/rootfs/ and untar it.

This assumes that you untarred the root file system in /mnt/ARM_FS. We need to export it through NFS. Add the following in your /etc/exports.

/mnt/ARM_FS/ *(rw,sync,no_root_squash)

Now, restart the NFS service.

/sbin/service nfs restart