summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-27 05:41:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-27 05:41:17 +0000
commitb4931edea8b30b6eac2347b83661ce5abeddb4a1 (patch)
tree0eed8870015cccebf7b949b6e4f9cc2c25008150 /perl-install/install2.pm
parent5bbcc7d3bccbca9425e5bea8b64838e44702fcbf (diff)
downloaddrakx-backup-do-not-use-b4931edea8b30b6eac2347b83661ce5abeddb4a1.tar
drakx-backup-do-not-use-b4931edea8b30b6eac2347b83661ce5abeddb4a1.tar.gz
drakx-backup-do-not-use-b4931edea8b30b6eac2347b83661ce5abeddb4a1.tar.bz2
drakx-backup-do-not-use-b4931edea8b30b6eac2347b83661ce5abeddb4a1.tar.xz
drakx-backup-do-not-use-b4931edea8b30b6eac2347b83661ce5abeddb4a1.zip
- since set_security doesn't depend on the bootloader password, we can call it where it should
- ensure we don't drop entries from /etc/sysconfig/system
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index deae9004b..9ee903de0 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -300,8 +300,6 @@ sub setupBootloader {
installStepsCall($o, $auto, 'setupBootloaderBefore') if $ent_number == 1;
installStepsCall($o, $auto, 'setupBootloader', $ent_number);
-
- eval { install_any::set_security($o) };
}
#------------------------------------------------------------------------------
sub configureX {