summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/netconnect.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 591eaf3b1..1e6c6d58e 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -220,6 +220,7 @@ sub get_subwizard {
}
@connection_list = ({ val => \$cnx_type, type => 'list', list => [ map { $_->[0] } @connections ], });
},
+ if_($::isInstall, no_back => 1),
name => N("Choose the connection you want to configure"),
interactive_help_id => 'configureNetwork',
data => \@connection_list,