dracut-functions.sh: don't warn twice about omitted modules

master
Harald Hoyer 2013-07-19 09:33:45 +02:00
parent 34b56de12a
commit 9dde7a66b5
1 changed files with 0 additions and 1 deletions

View File

@ -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