# Paramter: Where the root should be mounted mountroot () { ipconfig ${DEVICE} . /tmp/net-${DEVICE}.conf if [ "x${NFSROOT}" = "xauto" ]; then NFSROOT=${ROOTSERVER}:${ROOTPATH} fi nfsmount ${NFSROOT} ${rootmnt} }