diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2008-12-13 14:36:16 -0600 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2008-12-13 14:36:16 -0600 |
commit | 8bc0328be83a557f02139df8479ba2b4fc1297bd (patch) | |
tree | 2851a78855da52f1c10eeff48871d14b920c592b /defaults | |
parent | Enable support klogd and syslogd for netboot (diff) | |
download | genkernel-8bc0328be83a557f02139df8479ba2b4fc1297bd.tar.gz genkernel-8bc0328be83a557f02139df8479ba2b4fc1297bd.tar.bz2 genkernel-8bc0328be83a557f02139df8479ba2b4fc1297bd.zip |
Move udhcpc's script to default location
Diffstat (limited to 'defaults')
-rw-r--r-- | defaults/initrd.scripts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 512da6a5..beec6de2 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -196,7 +196,7 @@ mount_sysfs() { } findnfsmount() { - if [ "${IP}" != '' ] || busybox udhcpc -n -T 15 -q -s /bin/udhcpc.scripts + if [ "${IP}" != '' ] || busybox udhcpc -n -T 15 -q then [ -e /rootpath ] && NFSROOT=`cat /rootpath` |