summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-21 12:15:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-21 12:15:18 +0000
commit9c249bd41876f525f37fe5df70ebcc234313755a (patch)
tree959a7b21f93c18f446552486a0128669943b4332 /kernel
parentc6d62e37b83a835ff027e795548bfa140a8d8980 (diff)
downloaddrakx-backup-do-not-use-9c249bd41876f525f37fe5df70ebcc234313755a.tar
drakx-backup-do-not-use-9c249bd41876f525f37fe5df70ebcc234313755a.tar.gz
drakx-backup-do-not-use-9c249bd41876f525f37fe5df70ebcc234313755a.tar.bz2
drakx-backup-do-not-use-9c249bd41876f525f37fe5df70ebcc234313755a.tar.xz
drakx-backup-do-not-use-9c249bd41876f525f37fe5df70ebcc234313755a.zip
add missing DM modules for dmraid support (#14806)
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 1130c91ac..439310564 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -189,7 +189,7 @@ our %l = (
# just here for classification, unused categories (nor auto-detect, nor load_thiskind)
{
raid => [
- qw(linear raid0 raid1 raid5 lvm-mod multipath dm-mod),
+ qw(dm-crypt dm-mirror dm-mod linear lvm-mod multipath raid0 raid1 raid5),
],
mouse => [
qw(atixlmouse busmouse generic_serial inport logibm logibusmouse msbusmouse pcips2 qpmouse synclinkmp),