Blame 0065-cifs-parse-cifsroot.sh-do-not-unset-netroot-we-need-.patch

Harald Hoyer 811c04
From 82b1739dcee8853c07675d3e79b2f4623c60a364 Mon Sep 17 00:00:00 2001
Harald Hoyer 811c04
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 811c04
Date: Fri, 27 Jul 2012 11:54:24 +0200
Harald Hoyer 811c04
Subject: [PATCH] cifs/parse-cifsroot.sh: do not unset netroot, we need it
Harald Hoyer 811c04
Harald Hoyer 811c04
---
Harald Hoyer 811c04
 modules.d/95cifs/parse-cifsroot.sh | 2 +-
Harald Hoyer 811c04
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 811c04
Harald Hoyer 811c04
diff --git a/modules.d/95cifs/parse-cifsroot.sh b/modules.d/95cifs/parse-cifsroot.sh
Harald Hoyer 811c04
index d5adb98..de7637f 100755
Harald Hoyer 811c04
--- a/modules.d/95cifs/parse-cifsroot.sh
Harald Hoyer 811c04
+++ b/modules.d/95cifs/parse-cifsroot.sh
Harald Hoyer 811c04
@@ -35,7 +35,7 @@ fi
Harald Hoyer 811c04
 # Continue if cifs
Harald Hoyer 811c04
 case "${netroot%%:*}" in
Harald Hoyer 811c04
     cifs);;
Harald Hoyer 811c04
-    *) unset netroot; return;;
Harald Hoyer 811c04
+    *) return;;
Harald Hoyer 811c04
 esac
Harald Hoyer 811c04
 
Harald Hoyer 811c04
 # Check required arguments