summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-06-20 05:10:49 +0000
committerOlivier Blin <oblin@mandriva.org>2005-06-20 05:10:49 +0000
commit2379738b28cfd674d840cd74d012ae1339a4d04f (patch)
tree0a741113112631a8e32c383d004885ab4656ffae /perl-install
parent59467c8e91f709ce472e41bcb2ecd6d8ec722619 (diff)
downloaddrakx-2379738b28cfd674d840cd74d012ae1339a4d04f.tar
drakx-2379738b28cfd674d840cd74d012ae1339a4d04f.tar.gz
drakx-2379738b28cfd674d840cd74d012ae1339a4d04f.tar.bz2
drakx-2379738b28cfd674d840cd74d012ae1339a4d04f.tar.xz
drakx-2379738b28cfd674d840cd74d012ae1339a4d04f.zip
remove duplicate lan detection
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 358815120..ff9ce70b4 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -93,8 +93,6 @@ sub real_main {
my $lan_detect = sub {
detect($modules_conf, $net->{autodetect}, 'lan');
- require network::ethernet;
- modules::interactive::load_category($in, $modules_conf, list_modules::ethernet_categories(), !$::expert, 0);
@all_cards = network::ethernet::get_eth_cards($modules_conf);
%all_eth_intf = network::ethernet::get_eth_cards_names(@all_cards); #- needed not to loose GATEWAYDEV
%eth_intf = map { $_->[0] => join(': ', $_->[0], $_->[2]) }