]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
add --ignore-install to modprobe calls
authorHarald Hoyer <harald@redhat.com>
Fri, 6 Mar 2009 14:39:02 +0000 (15:39 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 6 Mar 2009 14:39:02 +0000 (15:39 +0100)
dracut-functions

index e7b430a1c9210c7df8c6b1cf0e301394013fbcc4..504332b8f346d03bbd4627710b3fa2cb5a9da56f 100755 (executable)
@@ -211,7 +211,7 @@ instmods() {
                ;;
            --*) mpargs+=" $mod";;
            *)  mod=${mod##*/}
-                modprobe $mpargs --set-version $kernel --show-depends $mod \
+                modprobe $mpargs --ignore-install --set-version $kernel --show-depends $mod \
                2>/dev/null |while read cmd modpath options; do
                    [[ $cmd = insmod ]] || continue
                    modname=${modpath##*/}