diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-10-18 12:15:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-10-18 12:15:07 +0000 |
commit | a4b9e279b2d4c78b6c4846287fff01976a222491 (patch) | |
tree | 06289feb5da67be4791131d55862c027c1f69f02 /perl-install | |
parent | 129ffedff2129b60c07dc8d548531e26aee01968 (diff) | |
download | drakx-a4b9e279b2d4c78b6c4846287fff01976a222491.tar drakx-a4b9e279b2d4c78b6c4846287fff01976a222491.tar.gz drakx-a4b9e279b2d4c78b6c4846287fff01976a222491.tar.bz2 drakx-a4b9e279b2d4c78b6c4846287fff01976a222491.tar.xz drakx-a4b9e279b2d4c78b6c4846287fff01976a222491.zip |
do not merge AGP section into BRIDGES one (translation is availlable for quite a long time)
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 9f52c2e15..0e4f6ff16 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -385,8 +385,6 @@ my @classes; foreach my $hw_class (@harddrake::data::tree) { my ($Ident, $title, $icon, $configurator, $detector) = @$hw_class{qw(class string icon configurator detector)}; next if ref($detector) ne "CODE"; #skip class witouth detector - # blacklist agp controllers b/c string is not yet translated: - next if $Ident eq 'AGP'; next if $Ident =~ /(MODEM|PRINTER)/ && $::testing; next if $Ident =~ /JAZZ/ && !$options{JAZZ_DETECTION}; next if $Ident =~ /MODEM/ && !$options{MODEMS_DETECTION}; |