From 43f79a1e1cc97b40b700e31b71a8d0457c5f3894 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Aug 2007 14:45:43 +0000 Subject: kill security level step (only reachable from summary now) --- perl-install/install/steps_list.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_list.pm') 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" ], -- cgit v1.2.1