From 36258b99b4dcb4b0eca60c18fff4cca8f4e19348 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 14 Sep 2004 12:05:37 +0000 Subject: (configureNetwork) load all network modules before network auto-configuration, so that all interfaces will be available and written in iftab --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (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 5491ea84d..b7ac7847c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -789,6 +789,7 @@ sub updateModulesFromFloppy { sub configureNetwork { my ($o) = @_; require network::network; + modules::load_category($o->{modules_conf}, 'network/*'); network::network::easy_dhcp($o->{modules_conf}, $o->{netc}, $o->{intf}) and $o->{netcnx}{type} = 'lan'; $o->SUPER::configureNetwork; } -- cgit v1.2.1