diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |