Change the opts passed to udhcpc when using nfsroot

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@657 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent 5a08f3bce3
commit 696ea30508

@ -194,7 +194,7 @@ mount_sysfs() {
}
findnfsmount() {
if [ "${IP}" != '' ] || busybox udhcpc -R rootpath -n -s /bin/udhcpc.scripts
if [ "${IP}" != '' ] || busybox udhcpc -n -T 15 -q -s /bin/udhcpc.scripts
then
[ -e /rootpath ] && NFSROOT=`cat /rootpath`

Loading…
Cancel
Save