summaryrefslogtreecommitdiff
path: root/modules.d/90dm
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2010-08-23 11:01:04 +0200
committerHarald Hoyer <harald@redhat.com>2010-08-23 12:13:19 +0200
commit094d9cae63f3fe66150743e89a5293b7b65209c1 (patch)
tree815a9cdd67055f17a6e0c960be7f6d6e3a2e2f36 /modules.d/90dm
parenteaa62cd5412a1e704fd7ecaa67ece423cd7f7705 (diff)
downloaddracut-094d9cae63f3fe66150743e89a5293b7b65209c1.tar.gz
dracut-094d9cae63f3fe66150743e89a5293b7b65209c1.tar.bz2
dracut-094d9cae63f3fe66150743e89a5293b7b65209c1.zip
dm: install all md/dm* kernel modules
Diffstat (limited to 'modules.d/90dm')
-rwxr-xr-xmodules.d/90dm/installkernel8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules.d/90dm/installkernel b/modules.d/90dm/installkernel
index af51a225..f5a8ad9c 100755
--- a/modules.d/90dm/installkernel
+++ b/modules.d/90dm/installkernel
@@ -1,9 +1,5 @@
#!/bin/bash
-for i in \
- dm-snapshot dm-delay dm-mirror dm-mod dm-queue-length \
- dm-region-hash dm-round-robin dm-service-time dm-snapshot \
- ; do
- modinfo -k $kernel $i >/dev/null 2>&1 && instmods $i
-done
+instmods =drivers/md
+