From 494f147be1e4d47d2d8f59a245726435dc7117e2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Mar 2004 09:22:38 +0000 Subject: blacklist agp controllers class (they're still visible in the bridges one) --- perl-install/standalone/harddrake2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 658b03571..ae9f6d96c 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -246,6 +246,8 @@ my @classes; foreach (@harddrake::data::tree) { my ($Ident, $title, $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}; -- cgit v1.2.1