From: Harald Hoyer Date: Wed, 12 Aug 2015 12:27:01 +0000 (+0200) Subject: nfs/parse-nfsroot.sh: silence useless warning if netroot is not nfs X-Git-Tag: 044~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e86bf02be003f3de6214f8012e62edde0085fc;p=thirdparty%2Fdracut.git nfs/parse-nfsroot.sh: silence useless warning if netroot is not nfs --- diff --git a/modules.d/95nfs/parse-nfsroot.sh b/modules.d/95nfs/parse-nfsroot.sh index 2200cadd5..54f73d8c2 100755 --- a/modules.d/95nfs/parse-nfsroot.sh +++ b/modules.d/95nfs/parse-nfsroot.sh @@ -38,7 +38,7 @@ if [ -n "$netroot" ] ; then [ "$n" = "$netroot" ] && break done if [ "$n" = "$netroot" ]; then - warn "Ignoring netroot argument for NFS" + #warn "Ignoring netroot argument for NFS" netroot=$root fi else