summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-07 14:45:43 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-07 14:45:43 +0000
commit43f79a1e1cc97b40b700e31b71a8d0457c5f3894 (patch)
tree6935bb0c7f37f15760b2d6a1df9dea1f46cf67a8
parent585ef045812a5c07817851971b8e2ae2880f96d2 (diff)
downloaddrakx-43f79a1e1cc97b40b700e31b71a8d0457c5f3894.tar
drakx-43f79a1e1cc97b40b700e31b71a8d0457c5f3894.tar.gz
drakx-43f79a1e1cc97b40b700e31b71a8d0457c5f3894.tar.bz2
drakx-43f79a1e1cc97b40b700e31b71a8d0457c5f3894.tar.xz
drakx-43f79a1e1cc97b40b700e31b71a8d0457c5f3894.zip
kill security level step (only reachable from summary now)
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/steps_list.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index fa35f626f..9669e2655 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,4 @@
+- kill security level step (only reachable from summary now)
- summary screen:
o reorder steps according to specs
o render titles in bold
diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm
index c298233be..75bd15cd7 100644
--- a/perl-install/install/steps_list.pm
+++ b/perl-install/install/steps_list.pm
@@ -19,7 +19,7 @@ use common;
setupSCSI => [ N_("_: Keep these entry short\nHard drive detection"), 1, 0, '1', '' ],
selectInstallClass => [ N_("_: Keep these entry short\nInstallation class"), 1, 1, '1', '' ],
selectKeyboard => [ N_("_: Keep these entry short\nKeyboard"), 1, 1, '1' ],
- miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '', '' ],
+ #miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '', '' ],
doPartitionDisks => [ N_("_: Keep these entry short\nPartitioning"), 1, 0, '', "selectInstallClass" ],
formatPartitions => [ N_("_: Keep these entry short\nFormatting"), 1, -1, '1', "doPartitionDisks" ],
choosePackages => [ N_("_: Keep these entry short\nChoosing packages"), 1, -2, '1', "formatPartitions" ],