]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-functions.sh: don't warn twice about omitted modules
authorHarald Hoyer <harald@redhat.com>
Fri, 19 Jul 2013 07:33:45 +0000 (09:33 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 19 Jul 2013 07:33:45 +0000 (09:33 +0200)
dracut-functions.sh

index 4e1c90c96c05686b62823779451f82b82c31f2ff..561edb3cf17ae276347bcb331dbb82c3bb4935f4 100755 (executable)
@@ -1255,7 +1255,6 @@ check_mount() {
     [[ $2 ]] || mods_checked_as_dep+=" $_mod "
 
     if [[ " $omit_dracutmodules " == *\ $_mod\ * ]]; then
-        dinfo "dracut module '$_mod' will not be installed, because it's in the list to be omitted!"
         return 1
     fi