projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a08f3b
)
Change the opts passed to udhcpc when using nfsroot
author
Andrew Gaffney
<agaffney@gentoo.org>
Fri, 14 Mar 2008 16:11:48 +0000
(16:11 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/generic/initrd.scripts
b/generic/initrd.scripts
index 709aa0372376021739d642f67d006e78f57b33ea..095f3aaaf84ab9e05f2807fa004c4a37a9903db2 100644
(file)
--- 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`