From 9dde7a66b5c4193ba61e6642447d5ecccab467ab Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 19 Jul 2013 09:33:45 +0200 Subject: [PATCH] dracut-functions.sh: don't warn twice about omitted modules --- dracut-functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dracut-functions.sh b/dracut-functions.sh index 4e1c90c9..561edb3c 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