From b4931edea8b30b6eac2347b83661ce5abeddb4a1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 27 May 2005 05:41:17 +0000 Subject: - 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 --- perl-install/install2.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/install2.pm') 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 { -- cgit v1.2.1