From 2379738b28cfd674d840cd74d012ae1339a4d04f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 20 Jun 2005 05:10:49 +0000 Subject: remove duplicate lan detection --- perl-install/network/netconnect.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') 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]) } -- cgit v1.2.1