Browse Source

add --ignore-install to modprobe calls

master
Harald Hoyer 16 years ago
parent
commit
8e7089689f
  1. 2
      dracut-functions

2
dracut-functions

@ -211,7 +211,7 @@ instmods() { @@ -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##*/}

Loading…
Cancel
Save