From 63792df7c0e87cc56a7134549a1cfd1f8471148c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Jun 2007 13:03:34 +0000 Subject: merge "ide" and "all_ide" categories since we now use fully modularezed ide drivers --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/data.pm') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 76a0465fd..bd9f1f656 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -376,7 +376,7 @@ our @tree = string => N("(E)IDE/ATA controllers"), icon => "ide_hd.png", configurator => "", - detector => sub { f(detect_devices::probe_category('disk/all_ide'), detect_devices::probe_category('disk/ide')), + detector => sub { f(detect_devices::probe_category('disk/ide')), f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) }, checked_on_boot => 1, }, -- cgit v1.2.1