From 03f40025f6b8732cae53bb04c7515922b5cccc4e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Feb 2003 14:35:09 +0000 Subject: don't have hptraid silraid pdcraid on stage1 (/dev/ataraid unsupported anyway on stage1) --- kernel/modules.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') 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 ], ); -- cgit v1.2.1