summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-11 08:03:31 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-11 08:03:31 +0000
commit9ee6e1d95d475432b4cee952c052f2b63055d2e1 (patch)
tree2b63745f7a763b6f72793cd6b2e13ad5ac47f710
parent51fc8ed1f8fa8a7e0603a1405e0c413a4d22c790 (diff)
downloaddrakx-backup-do-not-use-topic/MDK92-branch.tar
drakx-backup-do-not-use-topic/MDK92-branch.tar.gz
drakx-backup-do-not-use-topic/MDK92-branch.tar.bz2
drakx-backup-do-not-use-topic/MDK92-branch.tar.xz
drakx-backup-do-not-use-topic/MDK92-branch.zip
workaround anthil bug #369topic/MDK92-branch
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index d718c0071..284d7336a 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -16,7 +16,7 @@ use c;
#-#####################################################################################
#- Globals
#-#####################################################################################
-my @netdevices = map { my $l = $_; map { "$l$_" } (0..3) } qw(eth tr fddi plip);
+my @netdevices = map { my $l = $_; map { "$l$_" } (0..10) } qw(eth tr fddi plip);
my %serialprobe;
#-######################################################################################