summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/steps_list.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm
index 9be2274fc..245ff9f8e 100644
--- a/perl-install/install/steps_list.pm
+++ b/perl-install/install/steps_list.pm
@@ -33,8 +33,7 @@ use common;
setRootPassword_addUser
=> [ N_("_: Keep these entry short\nUsers"), 1, 1, '', "installPackages",
N_("User management") ],
- configureNetwork => [ N_("_: Keep these entry short\nNetworking"), 1, 1, '1', "formatPartitions",
- N_("_: Keep these entry short\nNetworking") ],
+ configureNetwork => [ N_("_: Keep these entry short\nNetworking"), 1, 0, '', "formatPartitions", N_("_Networking") ],
setupBootloader => [ N_("_: Keep these entry short\nBootloader"), 1, 0, '', "installPackages",
N_("_: Keep these entry short\nBootloader") ],
configureX => [ N_("_: Keep these entry short\nConfigure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"],