From: Harald Hoyer Date: Wed, 1 Jul 2009 18:53:57 +0000 (+0200) Subject: unset netroot before we return (it was set to $root without checkin) X-Git-Tag: 0.2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14f450cab2e81cec43686abba5787b524de71ac6;p=thirdparty%2Fdracut.git unset netroot before we return (it was set to $root without checkin) --- diff --git a/modules.d/95nfs/parse-nfsroot.sh b/modules.d/95nfs/parse-nfsroot.sh index c1f404f4b..fbbeb91b5 100755 --- a/modules.d/95nfs/parse-nfsroot.sh +++ b/modules.d/95nfs/parse-nfsroot.sh @@ -95,7 +95,7 @@ fi case "$netroot" in /dev/nfs) netroot=nfs;; - /dev/*) return;; + /dev/*) unset netroot; return;; # LEGACY: root=:/