From c2b44f66b9d3bccd78764b208feaa9d9a119a0a1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Apr 2000 13:36:08 +0000 Subject: no_comment --- perl-install/install2.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 3f9414a78..376a3f82e 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -393,9 +393,6 @@ sub miscellaneous { }); install_any::fsck_option(); - - local $ENV{LILO_PASSWORD} = $o->{lilo}{password}; - run_program::rooted($o->{prefix}, "/usr/sbin/msec", $o->{security}); } 'doInstallStep'; } @@ -466,6 +463,9 @@ sub setupBootloader { $o->setupBootloaderBefore if $_[1] == 1; $o->setupBootloader($_[1] - 1); + + local $ENV{DRAKX_PASSWORD} = $o->{bootloader}{password}; + run_program::rooted($o->{prefix}, "/usr/sbin/msec", $o->{security}); } #------------------------------------------------------------------------------ sub configureX { @@ -498,11 +498,11 @@ sub main { install_steps_auto_install::errorInStep(); }; $ENV{SHARE_PATH} ||= "/usr/share"; - $ENV{DURING_INSTALL} = 1; + $ENV{PERL_BADLANG} = 1; $::beginner = $::expert = $::g_auto_install = 0; - c::unlimit_core() unless $::testing; +#- c::unlimit_core() unless $::testing; my ($cfg, $patch); my %cmdline; map { -- cgit v1.2.1