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/install2.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 151bdc569..95f4b925f 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -256,10 +256,11 @@ sub configureNetwork { #- get current configuration of network device. require network::network; eval { network::network::read_net_conf($o->{net}) }; + require network::ethernet; + modules::load_category($o->{modules_conf}, list_modules::ethernet_categories()); if (!$o->{isUpgrade}) { installStepsCall($o, $auto, 'configureNetwork'); } else { - require network::ethernet; network::ethernet::configure_eth_aliases($o->{modules_conf}); } } -- cgit v1.2.1