From adb9c63dda39b833e9baac0a99341bc1e46ee857 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 14 Sep 2004 15:04:46 +0000 Subject: (configureNetwork) commit forgotten patch (I sux) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 1258fbb2d..fe8f207e2 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -661,7 +661,7 @@ sub selectMouse($) { sub configureNetwork { my ($o) = @_; require network::network; - network::network::configureNetwork2($o, $o->{prefix}, $o->{netc}, $o->{intf}); + network::network::configureNetwork2($o, $o->{modules_conf}, $o->{prefix}, $o->{netc}, $o->{intf}); if ($o->{method} =~ /ftp|http|nfs/) { $o->{netcnx}{type} = 'lan'; $o->{netcnx}{$_} = $o->{netc}{$_} foreach qw(NET_DEVICE NET_INTERFACE); -- cgit v1.2.1