#RC:RUNINRC
#RC:AFTER network1
#
# Start the NFS filesystem
#

echo -n "Mounting NFS file systems"
mount -a -t nfs
echo .
