diff -u genkernel-3.4.8{,_new}/generic/initrd.scripts --- genkernel-3.4.8/generic/initrd.scripts 2007-04-12 13:44:48.000000000 +0200 +++ genkernel-3.4.8_new/generic/initrd.scripts 2007-06-02 17:59:45.000000000 +0200 @@ -158,7 +158,7 @@ findnfsmount() { - if [ "${IP}" != '' ] || busybox udhcpc -R rootpath -n -s /bin/udhcpc.scripts + if [ "${IP}" != '' ] || busybox udhcpc -n -s /bin/udhcpc.scripts then [ -e /rootpath ] && NFSROOT=`cat /rootpath`