From 71a19ef6e0d5c17a1b58becc1b4e86207c0a9bdf Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Sat, 30 May 2009 12:04:33 -0500 Subject: [PATCH] Excise excess logging verbosity when installing kernel modules. --- dracut-functions | 1 - 1 file changed, 1 deletion(-) diff --git a/dracut-functions b/dracut-functions index 00e9f20b3..49d18fdc7 100755 --- a/dracut-functions +++ b/dracut-functions @@ -299,7 +299,6 @@ instmods() { instmods $mpargs $modname fi inst_simple "$modpath" - dinfo "Installing $modpath" done for fw in $(/sbin/modinfo -F firmware $mod 2>/dev/null); do if [[ -f /lib/firmware/$fw ]]; then -- 2.47.3