summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-02-07 13:47:25 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-02-07 13:47:25 +0000
commitd470edea91dc6caea9f7711f267f7f897b8f6c66 (patch)
treed40f01e79171c608637ae9777e84c9be5fc84dcb /perl-install
parentd94639663d480b7f983f2e6a31b06e4bb40ea06a (diff)
downloaddrakx-backup-do-not-use-d470edea91dc6caea9f7711f267f7f897b8f6c66.tar
drakx-backup-do-not-use-d470edea91dc6caea9f7711f267f7f897b8f6c66.tar.gz
drakx-backup-do-not-use-d470edea91dc6caea9f7711f267f7f897b8f6c66.tar.bz2
drakx-backup-do-not-use-d470edea91dc6caea9f7711f267f7f897b8f6c66.tar.xz
drakx-backup-do-not-use-d470edea91dc6caea9f7711f267f7f897b8f6c66.zip
fix detecting some ATA devices (#21034)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/harddrake/data.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 8057c0a5b..68fc2b738 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -375,7 +375,8 @@ our @tree =
string => N("(E)IDE/ATA controllers"),
icon => "ide_hd.png",
configurator => "",
- detector => sub { f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) },
+ detector => sub { f(modules::probe_category('disk/all_ide'), modules::probe_category('disk/ide')),
+ f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) },
checked_on_boot => 1,
},