View | Details | Raw Unified
Collapse All | Expand All

(-) generic/initrd.scripts (-1 / +1 lines)
 Lines 247-253   findnfsmount() { Link Here 
					bad_msg "NFS Mounting failed. Is the path corrent ?"
					bad_msg "NFS Mounting failed. Is the path corrent ?"
				fi
				fi
			else	
			else	
				good_msg "Attemping to mount NFS root on ${NFSROOT}"
				good_msg "Attempting to mount NFS root on ${NFSROOT}"
				mount -t nfs -o ro,nolock,rsize=1024,wsize=1024 ${NFSROOT} ${NEW_ROOT}
				mount -t nfs -o ro,nolock,rsize=1024,wsize=1024 ${NFSROOT} ${NEW_ROOT}
				if [ "$?" = '0' ]
				if [ "$?" = '0' ]
				then
				then