From: Harald Hoyer Date: Fri, 6 Mar 2009 14:39:02 +0000 (+0100) Subject: add --ignore-install to modprobe calls X-Git-Tag: 0.1~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e7089689ff56839583b59bcf2c1ffab7b715271;p=thirdparty%2Fdracut.git add --ignore-install to modprobe calls --- diff --git a/dracut-functions b/dracut-functions index e7b430a1c..504332b8f 100755 --- a/dracut-functions +++ b/dracut-functions @@ -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##*/}