summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index 7f2d76ef7..ac7fa0593 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- add raid456 module
+
Version 1.18 - 21 August 2007, by Olivier "blino" Blin
- release with latest scripts from drakx/kernel
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index b6dd09e2b..86e126bd9 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -235,7 +235,7 @@ our %l = (
# just here for classification, unused categories (nor auto-detect, nor load_thiskind)
{
raid => [
- qw(dm-crypt dm-mirror dm-mod linear lvm-mod multipath raid0 raid1 raid10 raid5 raid6),
+ qw(dm-crypt dm-mirror dm-mod linear lvm-mod multipath raid0 raid1 raid10 raid456 raid5 raid6),
],
mouse => [
qw(atixlmouse busmouse generic_serial inport ioc3_serial logibm logibusmouse msbusmouse pcips2 qpmouse synclinkmp),