From ce655000bdd2bb37c0213c97adae657a71c8d856 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 2 Dec 2005 14:23:03 +0000 Subject: load all ethernet modules in all installation modes (fixes the problem of firewire not being loaded in automatic mode) --- perl-install/install_steps_interactive.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index dd8e5f043..c75a7f9ca 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -784,9 +784,6 @@ sub updatemodules { #------------------------------------------------------------------------------ sub configureNetwork { my ($o) = @_; - require network::ethernet; - modules::load_category($o->{modules_conf}, list_modules::ethernet_categories()); - if ($o->{meta_class} eq 'firewall') { require network::netconnect; network::netconnect::real_main($o->{net}, $o, $o->{modules_conf}); -- cgit v1.2.1