From 696ea3050888a0230ee3d274db8f866855da1c8f Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Fri, 14 Mar 2008 16:11:48 +0000 Subject: [PATCH] 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 --- generic/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.26.2