summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-02-21 12:39:31 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-02-21 12:39:31 +0000
commitc252381055203a137692593a16eca0a2b78b8f75 (patch)
tree1986574949b13f873f48b5ce36a5848af912ee28
parent26ef57a6cb882855a93b9370164539ab925aaed1 (diff)
downloaddrakx-backup-do-not-use-c252381055203a137692593a16eca0a2b78b8f75.tar
drakx-backup-do-not-use-c252381055203a137692593a16eca0a2b78b8f75.tar.gz
drakx-backup-do-not-use-c252381055203a137692593a16eca0a2b78b8f75.tar.bz2
drakx-backup-do-not-use-c252381055203a137692593a16eca0a2b78b8f75.tar.xz
drakx-backup-do-not-use-c252381055203a137692593a16eca0a2b78b8f75.zip
show network step
-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"],