diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-06-28 13:03:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-06-28 13:03:34 +0000 |
commit | 63792df7c0e87cc56a7134549a1cfd1f8471148c (patch) | |
tree | 752d96e208e91eca24f8817e8c6fa11ab3443472 /perl-install/harddrake | |
parent | 8d837b2c937f349a30f8cb6f3c28e83334439854 (diff) | |
download | drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.tar drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.tar.gz drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.tar.bz2 drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.tar.xz drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.zip |
merge "ide" and "all_ide" categories since we now use fully modularezed ide drivers
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, |