git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@569
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
+ fix typo for bug 201442. thanks to Michael Hordijk <hoffbrinkle@hotmail.com>
+
03 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
This is genkernel 3.4.9_pre11 for testing.
bad_msg "NFS Mounting failed. Is the path corrent ?"
fi
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}
if [ "$?" = '0' ]
then