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`