From 2e5e44bc35eeb0457db3d4e68b05ae4a6a330192 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Sun, 6 May 2001 13:14:27 +0000 Subject: workaround for msec hang on PPC --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 692ca041c..239e26be9 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -315,6 +315,7 @@ sub setupBootloader { $o->setupBootloader($_[1] - 1); local $ENV{DRAKX_PASSWORD} = $o->{bootloader}{password}; + local $ENV{DURING_INSTALL} = 1; run_program::rooted($o->{prefix}, "/usr/sbin/msec", $o->{security}); } #------------------------------------------------------------------------------ -- cgit v1.2.1