]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Excise excess logging verbosity when installing kernel modules.
authorVictor Lowther <victor.lowther@gmail.com>
Sat, 30 May 2009 17:04:33 +0000 (12:04 -0500)
committerVictor Lowther <victor.lowther@gmail.com>
Sat, 30 May 2009 17:04:33 +0000 (12:04 -0500)
dracut-functions

index 00e9f20b3fa886fdc6b9342ad970f71d6ad737c5..49d18fdc71b23f4143e7688e4898e70f71b61719 100755 (executable)
@@ -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