diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-02-21 12:39:31 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-02-21 12:39:31 +0000 |
commit | c252381055203a137692593a16eca0a2b78b8f75 (patch) | |
tree | 1986574949b13f873f48b5ce36a5848af912ee28 /perl-install | |
parent | 26ef57a6cb882855a93b9370164539ab925aaed1 (diff) | |
download | drakx-c252381055203a137692593a16eca0a2b78b8f75.tar drakx-c252381055203a137692593a16eca0a2b78b8f75.tar.gz drakx-c252381055203a137692593a16eca0a2b78b8f75.tar.bz2 drakx-c252381055203a137692593a16eca0a2b78b8f75.tar.xz drakx-c252381055203a137692593a16eca0a2b78b8f75.zip |
show network step
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/steps_list.pm | 3 |
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"], |