Change the opts passed to udhcpc when using nfsroot
authorAndrew Gaffney <agaffney@gentoo.org>
Fri, 14 Mar 2008 16:11:48 +0000 (16:11 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Fri, 14 Mar 2008 16:11:48 +0000 (16:11 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@657 67a159dc-881f-0410-a524-ba9dfbe2cb84

generic/initrd.scripts

index 709aa0372376021739d642f67d006e78f57b33ea..095f3aaaf84ab9e05f2807fa004c4a37a9903db2 100644 (file)
@@ -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`