64b87c
From 2bb564073b2a4953572b8162b220e8fa2b7eeb4d Mon Sep 17 00:00:00 2001
64b87c
From: Harald Hoyer <harald@redhat.com>
64b87c
Date: Wed, 12 Aug 2015 14:27:01 +0200
64b87c
Subject: [PATCH] nfs/parse-nfsroot.sh: silence useless warning if netroot is
64b87c
 not nfs
64b87c
64b87c
(cherry picked from commit 50e86bf02be003f3de6214f8012e62edde0085fc)
64b87c
---
64b87c
 modules.d/95nfs/parse-nfsroot.sh | 2 +-
64b87c
 1 file changed, 1 insertion(+), 1 deletion(-)
64b87c
64b87c
diff --git a/modules.d/95nfs/parse-nfsroot.sh b/modules.d/95nfs/parse-nfsroot.sh
1755ca
index a84cd436..865e62b8 100755
64b87c
--- a/modules.d/95nfs/parse-nfsroot.sh
64b87c
+++ b/modules.d/95nfs/parse-nfsroot.sh
64b87c
@@ -40,7 +40,7 @@ if [ -n "$netroot" ] ; then
64b87c
         [ "$n" = "$netroot" ] && break
64b87c
     done
64b87c
     if [ "$n" = "$netroot" ]; then
64b87c
-        warn "Ignoring netroot argument for NFS"
64b87c
+        #warn "Ignoring netroot argument for NFS"
64b87c
         netroot=$root
64b87c
     fi
64b87c
 else