summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index f95573386..ffba727c8 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -489,8 +489,10 @@ sub selectMouse($) {
}
#------------------------------------------------------------------------------
-#- configureNetwork moved to network and is renamed.
-#------------------------------------------------------------------------------
+sub configureNetwork {
+ my ($o) = @_;
+ network::configureNetwork2($o, $o->{prefix}, $o->{netc}, $o->{intf});
+}
#------------------------------------------------------------------------------
sub installCrypto {