summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-20 14:35:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-20 14:35:09 +0000
commit03f40025f6b8732cae53bb04c7515922b5cccc4e (patch)
treef21c6a911111d47b6934958c026613fc0a1099ed /kernel
parentd6f35f9e22440180b6a4f6274e9699a1ddde4d4c (diff)
downloaddrakx-backup-do-not-use-03f40025f6b8732cae53bb04c7515922b5cccc4e.tar
drakx-backup-do-not-use-03f40025f6b8732cae53bb04c7515922b5cccc4e.tar.gz
drakx-backup-do-not-use-03f40025f6b8732cae53bb04c7515922b5cccc4e.tar.bz2
drakx-backup-do-not-use-03f40025f6b8732cae53bb04c7515922b5cccc4e.tar.xz
drakx-backup-do-not-use-03f40025f6b8732cae53bb04c7515922b5cccc4e.zip
don't have hptraid silraid pdcraid on stage1 (/dev/ataraid unsupported anyway on stage1)
Diffstat (limited to 'kernel')
-rw-r--r--kernel/modules.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/modules.pl b/kernel/modules.pl
index 64049b25d..592699bf3 100644
--- a/kernel/modules.pl
+++ b/kernel/modules.pl
@@ -60,7 +60,7 @@ my %modules_removed_from_stage1 = (
'disk/hardware_raid' => [
qw(imm ppa),
- 'ataraid', # ad-hoc raid which is unsupported in stage1 anyway
+ qw(ataraid hptraid silraid pdcraid), # ad-hoc raid which is unsupported in stage1 anyway
],
);