diff --git a/dracut-functions.sh b/dracut-functions.sh index 12363d8c..ac22b7e5 100755 --- a/dracut-functions.sh +++ b/dracut-functions.sh @@ -53,7 +53,7 @@ require_binaries() { for cmd in "$@"; do if ! find_binary "$cmd" &>/dev/null; then - dinfo "$_module_name: Could not find command '$cmd'!" + dinfo "dracut module '${_module_name#[0-9][0-9]}' will not be installed, because command '$cmd' could not be found!" ((_ret++)) fi done