diff options
Diffstat (limited to 'kernel')
-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 ], ); |