From: Andrew Gaffney Date: Fri, 14 Mar 2008 16:11:48 +0000 (+0000) Subject: Change the opts passed to udhcpc when using nfsroot X-Git-Tag: v3.4.10.902~95 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=696ea3050888a0230ee3d274db8f866855da1c8f;p=genkernel.git 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 --- diff --git a/generic/initrd.scripts b/generic/initrd.scripts index 709aa03..095f3aa 100644 --- a/generic/initrd.scripts +++ b/generic/initrd.scripts @@ -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`