summaryrefslogtreecommitdiff
path: root/modules.d/90kernel-modules
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-05-31 09:14:17 +0200
committerHarald Hoyer <harald@redhat.com>2012-05-31 09:14:17 +0200
commit51153fb18c15ded33da3c380462b039aceea7475 (patch)
tree63631977ab75ae3f721da532f9c1d06282e33961 /modules.d/90kernel-modules
parent2268e3a32a3dbff37c664e8b73f83da996b077e5 (diff)
downloaddracut-51153fb18c15ded33da3c380462b039aceea7475.tar.gz
dracut-51153fb18c15ded33da3c380462b039aceea7475.tar.bz2
dracut-51153fb18c15ded33da3c380462b039aceea7475.zip
removed scsi_wait_scan from standard install
Diffstat (limited to 'modules.d/90kernel-modules')
-rwxr-xr-xmodules.d/90kernel-modules/module-setup.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
index f4832c47..4df180bf 100755
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -68,9 +68,6 @@ installkernel() {
hostonly='' instmods -c $filesystems || return 1
fi
- # force install of scsi_wait_scan
- hostonly='' instmods scsi_wait_scan
-
for _f in modules.builtin.bin modules.builtin; do
[[ $srcmods/$_f ]] && break
done || {