]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
nfs/parse-nfsroot.sh: silence useless warning if netroot is not nfs
authorHarald Hoyer <harald@redhat.com>
Wed, 12 Aug 2015 12:27:01 +0000 (14:27 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 13 Aug 2015 13:23:23 +0000 (15:23 +0200)
(cherry picked from commit 50e86bf02be003f3de6214f8012e62edde0085fc)

modules.d/95nfs/parse-nfsroot.sh

index a84cd43664b2cd8411edddc3915028956923717f..865e62b86c24590db2f935f6d09fbeb780380646 100755 (executable)
@@ -40,7 +40,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