]> 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>
Wed, 12 Aug 2015 12:27:01 +0000 (14:27 +0200)
modules.d/95nfs/parse-nfsroot.sh

index 2200cadd575548fc1d6fa96b163a79db567c5ff9..54f73d8c2084c2400c25b64b29ebc7fd1a3cbb09 100755 (executable)
@@ -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