summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install2.pm1
-rw-r--r--perl-install/install_steps_interactive.pm3
2 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index e28a570f1..c7c4af97e 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -306,6 +306,7 @@ sub setupBootloader {
local $ENV{DRAKX_PASSWORD} = $o->{bootloader}{password};
local $ENV{DURING_INSTALL} = 1;
run_program::rooted($o->{prefix}, "/usr/sbin/msec", "-o", "run_commands=0", "-o", "log=stderr", $o->{security});
+ any::config_libsafe($o->{prefix}, $o->{libsafe});
}
#------------------------------------------------------------------------------
sub configureX {
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index f4f68f592..da7d576cd 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1238,9 +1238,6 @@ sub miscellaneous {
my ($o, $clicked) = @_;
any::choose_security_level($o, \$o->{security}, \$o->{libsafe}) or return;
-
- any::config_libsafe($o->{prefix}, $o->{libsafe});
-
install_steps::miscellaneous($o);
}