From f9569cef6547600ca2e437ad9fb0a19073532e5d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 30 Mar 2005 10:19:22 +0000 Subject: do not list hardware controllers in unknown section --- perl-install/harddrake/data.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 620f6a082..1e600a55e 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -303,6 +303,19 @@ our @tree = checked_on_boot => 1, }, + { + class => "RAID_STORAGE", + string => N("RAID controllers"), + icon => "ide_hd.png", + configurator => "", + detector => sub { + require list_modules; + my @modules = list_modules::category2modules('disk/hardware_raid'); + f(grep { member($_->{driver}, @modules) } @devices); + }, + checked_on_boot => 1, + }, + { class => "FIREWIRE_CONTROLLER", string => N("Firewire controllers"), -- cgit v1.2.1