diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 12:43:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 12:43:36 +0000 |
commit | b4955db27bf8703e7088da788a9f15c0c96ae2a4 (patch) | |
tree | 1d73b99b501a2bf5c1c00d3fa76efefc8a46bb44 /perl-install/steps.pm | |
parent | cbeb27e8f884eaa0fdc9abe84b1b8789157d2a61 (diff) | |
download | drakx-backup-do-not-use-b4955db27bf8703e7088da788a9f15c0c96ae2a4.tar drakx-backup-do-not-use-b4955db27bf8703e7088da788a9f15c0c96ae2a4.tar.gz drakx-backup-do-not-use-b4955db27bf8703e7088da788a9f15c0c96ae2a4.tar.bz2 drakx-backup-do-not-use-b4955db27bf8703e7088da788a9f15c0c96ae2a4.tar.xz drakx-backup-do-not-use-b4955db27bf8703e7088da788a9f15c0c96ae2a4.zip |
ask security level in every install
Diffstat (limited to 'perl-install/steps.pm')
-rw-r--r-- | perl-install/steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/steps.pm b/perl-install/steps.pm index 97aa2de35..d1718aa55 100644 --- a/perl-install/steps.pm +++ b/perl-install/steps.pm @@ -16,7 +16,7 @@ use common; setupSCSI => [ N_("Hard drive detection"), 1, 0, '', '', 'harddrive' ], selectInstallClass => [ N_("Select installation class"), 1, 1, '', '', '' ], selectKeyboard => [ N_("Choose your keyboard"), 1, 1, '', "selectInstallClass", 'keyboard' ], - miscellaneous => [ N_("Security"), 1, 1, '!$::expert', '', 'security' ], + miscellaneous => [ N_("Security"), 1, 1, '', '', 'security' ], doPartitionDisks => [ N_("Setup filesystems"), 1, 0, '', "selectInstallClass", 'partition' ], formatPartitions => [ N_("Format partitions"), 1, -1, '$o->{isUpgrade}', "doPartitionDisks", 'partition' ], choosePackages => [ N_("Choose packages to install"), 1, -2, '!$::expert', "formatPartitions", 'partition' ], |