From 8e7089689ff56839583b59bcf2c1ffab7b715271 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 6 Mar 2009 15:39:02 +0100 Subject: [PATCH] add --ignore-install to modprobe calls --- dracut-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut-functions b/dracut-functions index e7b430a1..504332b8 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##*/}