Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178756 | Differences between
and this patch

Collapse All | Expand All

(-)genkernel-3.4.8/generic/initrd.scripts (-1 / +1 lines)
Lines 158-164 union_insert_dir() { Link Here
158
158
159
findnfsmount() {
159
findnfsmount() {
160
160
161
	if [ "${IP}" != '' ] || busybox udhcpc -R rootpath -n -s /bin/udhcpc.scripts
161
	if [ "${IP}" != '' ] || busybox udhcpc -O rootpath -n -s /bin/udhcpc.scripts
162
	then
162
	then
163
		[ -e /rootpath ] && NFSROOT=`cat /rootpath`
163
		[ -e /rootpath ] && NFSROOT=`cat /rootpath`
164
164

Return to bug 178756