summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-09 14:27:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-09 14:27:51 +0000
commitac2f2897875dd51632e1317934d6795991e5cf3d (patch)
treec40b1547ccb91ab85f255c678e7af030e7ea856b /perl-install
parent6620f83644457de5fee96609ae235e85d9c3591e (diff)
downloaddrakx-ac2f2897875dd51632e1317934d6795991e5cf3d.tar
drakx-ac2f2897875dd51632e1317934d6795991e5cf3d.tar.gz
drakx-ac2f2897875dd51632e1317934d6795991e5cf3d.tar.bz2
drakx-ac2f2897875dd51632e1317934d6795991e5cf3d.tar.xz
drakx-ac2f2897875dd51632e1317934d6795991e5cf3d.zip
don't ask security level when upgrading
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index c5ac4cb31..c10e41f05 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1222,7 +1222,7 @@ try to force installation even if that destroys the first partition?"));
sub miscellaneous {
my ($o, $_clicked) = @_;
- if ($o->{meta_class} ne 'desktop') {
+ if ($o->{meta_class} ne 'desktop' && !$o->{isUpgrade}) {
require security::level;
security::level::level_choose($o, \$o->{security}, \$o->{libsafe}, \$o->{security_user});
}