diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-21 10:56:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-21 10:56:58 +0000 |
commit | 4810d691da4227fe3b04ba402dd70cbdfb48d254 (patch) | |
tree | 9c17d2120d3d217460cf0316cd931995ddd92a3a /perl-install/detect_devices.pm | |
parent | 1c95a9572901d9caf520e78f643218ecdb8128ef (diff) | |
download | drakx-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar drakx-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.gz drakx-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.bz2 drakx-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.xz drakx-4810d691da4227fe3b04ba402dd70cbdfb48d254.zip |
no_comment
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 169acf627..be6ba24d6 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -14,7 +14,7 @@ use c; #-##################################################################################### #- Globals #-##################################################################################### -my @netdevices = map { my $l = $_; map { "$l$_" } (0..3) } qw(eth tr plip fddi); +my @netdevices = map { my $l = $_; map { "$l$_" } (0..3) } (qw(eth tr fddi), $::isStandalone ? () : 'plip'); my %serialprobe = (); my $usb_interface = undef; |