From f2f6fa68dc68c058d89f59068295ce1101e77854 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 31 May 2005 08:25:21 +0000 Subject: remove unneded modules loading ('net' category is deprecated for ages) --- perl-install/standalone/finish-install | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index 212032e9f..c3140d8f5 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -18,8 +18,6 @@ my $in = 'interactive'->vnew; sub ask_network() { my $modules_conf = modules::any_conf->read; - modules::load_category($modules_conf, 'net'); - require network::netconnect; network::netconnect::real_main('', $netcnx, $in, $modules_conf, $netc, undef, $intf); } -- cgit v1.2.1