summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_interactive.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 3b2e7fcda..a5c22274e 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -512,11 +512,7 @@ such as ``mybox.mylab.myco.com''."),
install_steps::configureNetwork($o);
#- added internet configuration after ethernet one.
- if ($o->ask_yesorno([ _("Internet Configuration") ],
- _("Do you want to configure an internet connection ?"), 0)) {
- $o->{netcnx} ||= {};
- netconnect::intro($o->{prefix}, $o->{netcnx}, $o, bool($o->{pcmcia})); #-dam's
- }
+ netconnect::net_connect($o->{prefix}, $o->{netcnx}, $o, bool($o->{pcmcia})); #-dam's
}
sub configureNetworkIntf {