summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_list.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-20 23:13:04 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-20 23:13:04 +0000
commit5ba23491653c4b5bf1f87eb3603cd03d6033e5d6 (patch)
treea2d08dbe1e99c09b0a9e74101b943076c2f8cdfb /perl-install/install/steps_list.pm
parenta0ac8bd123e23a08285c9e470c79c8228e691371 (diff)
downloaddrakx-5ba23491653c4b5bf1f87eb3603cd03d6033e5d6.tar
drakx-5ba23491653c4b5bf1f87eb3603cd03d6033e5d6.tar.gz
drakx-5ba23491653c4b5bf1f87eb3603cd03d6033e5d6.tar.bz2
drakx-5ba23491653c4b5bf1f87eb3603cd03d6033e5d6.tar.xz
drakx-5ba23491653c4b5bf1f87eb3603cd03d6033e5d6.zip
step column: hide so called "bootlader" step since we do _not_ actually
install bootloader at this stage but later in summary (mga#484)
Diffstat (limited to 'perl-install/install/steps_list.pm')
-rw-r--r--perl-install/install/steps_list.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm
index 143ffc354..3dc3de2f2 100644
--- a/perl-install/install/steps_list.pm
+++ b/perl-install/install/steps_list.pm
@@ -35,7 +35,7 @@ use common;
N_("User management") ],
configureNetwork => [ N_("_: Keep these entry short\nNetworking"), 1, 1, '1', "formatPartitions",
N_("_: Keep these entry short\nNetworking") ],
- setupBootloader => [ N_("_: Keep these entry short\nBootloader"), 1, 0, '', "installPackages",
+ setupBootloader => [ N_("_: Keep these entry short\nBootloader"), 1, 0, '1', "installPackages",
N_("_: Keep these entry short\nBootloader") ],
configureX => [ N_("_: Keep these entry short\nConfigure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"],
N_("_: Keep these entry short\nConfigure X") ],