]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dm: install all md/dm* kernel modules
authorHarald Hoyer <harald@redhat.com>
Mon, 23 Aug 2010 09:01:04 +0000 (11:01 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 23 Aug 2010 10:13:19 +0000 (12:13 +0200)
modules.d/90dm/installkernel

index af51a2256a290f15865289bc33a27f4809172e88..f5a8ad9c5f576b3865e911b37c0f867607c132f3 100755 (executable)
@@ -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
+