From: Harald Hoyer Date: Fri, 19 Jul 2013 07:33:45 +0000 (+0200) Subject: dracut-functions.sh: don't warn twice about omitted modules X-Git-Tag: 031~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dde7a66b5c4193ba61e6642447d5ecccab467ab;p=thirdparty%2Fdracut.git dracut-functions.sh: don't warn twice about omitted modules --- diff --git a/dracut-functions.sh b/dracut-functions.sh index 4e1c90c96..561edb3cf 100755 --- a/dracut-functions.sh +++ b/dracut-functions.sh @@ -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