]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
cifs/parse-cifsroot.sh: do not unset netroot, we need it
authorHarald Hoyer <harald@redhat.com>
Fri, 27 Jul 2012 09:54:24 +0000 (11:54 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 27 Jul 2012 09:54:24 +0000 (11:54 +0200)
modules.d/95cifs/parse-cifsroot.sh

index d5adb98ed71c035a85060c52035eef98d52f1ae9..de7637f8b3976e260acdea3c26b3b730a0fb2d9b 100755 (executable)
@@ -35,7 +35,7 @@ fi
 # Continue if cifs
 case "${netroot%%:*}" in
     cifs);;
-    *) unset netroot; return;;
+    *) return;;
 esac
 
 # Check required arguments