diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-20 14:35:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-20 14:35:09 +0000 |
commit | 03f40025f6b8732cae53bb04c7515922b5cccc4e (patch) | |
tree | f21c6a911111d47b6934958c026613fc0a1099ed /kernel/modules.pl | |
parent | d6f35f9e22440180b6a4f6274e9699a1ddde4d4c (diff) | |
download | drakx-03f40025f6b8732cae53bb04c7515922b5cccc4e.tar drakx-03f40025f6b8732cae53bb04c7515922b5cccc4e.tar.gz drakx-03f40025f6b8732cae53bb04c7515922b5cccc4e.tar.bz2 drakx-03f40025f6b8732cae53bb04c7515922b5cccc4e.tar.xz drakx-03f40025f6b8732cae53bb04c7515922b5cccc4e.zip |
don't have hptraid silraid pdcraid on stage1 (/dev/ataraid unsupported anyway on stage1)
Diffstat (limited to 'kernel/modules.pl')
-rw-r--r-- | kernel/modules.pl | 2 |
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 ], ); |