diff options
author | Francois Pons <fpons@mandriva.com> | 2001-09-12 14:00:12 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-09-12 14:00:12 +0000 |
commit | 29845b73d555c5494d5c34abd25ad3fb99b85e14 (patch) | |
tree | 13fa5f09dc406b6a7c3c00079a33f1dc810ad794 /perl-install | |
parent | a37dd2b8a77b2536372debf6da01db151c073808 (diff) | |
download | drakx-backup-do-not-use-29845b73d555c5494d5c34abd25ad3fb99b85e14.tar drakx-backup-do-not-use-29845b73d555c5494d5c34abd25ad3fb99b85e14.tar.gz drakx-backup-do-not-use-29845b73d555c5494d5c34abd25ad3fb99b85e14.tar.bz2 drakx-backup-do-not-use-29845b73d555c5494d5c34abd25ad3fb99b85e14.tar.xz drakx-backup-do-not-use-29845b73d555c5494d5c34abd25ad3fb99b85e14.zip |
added MGA G550 as always having two head.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 1540788f3..b715d4d88 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -168,7 +168,7 @@ sub cardConfigurationAuto() { else { push @cards, { server => "Sun24" } } } #- special case for dual head card using only one busid. - @cards = map { my $dup = $_->{identifier} =~ /MGA G450/ ? 2 : 1; + @cards = map { my $dup = $_->{identifier} =~ /MGA G[45]50/ ? 2 : 1; if ($dup > 1) { my @result; my $orig = $_; |