summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-20 17:09:26 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-20 17:09:26 +0000
commit174bf698bce7c02d2e8989cc871c9e7b6beb48a7 (patch)
tree83a9c5b5aec06b301b1841b05a5ff383b30f0403 /perl-install/install_steps_interactive.pm
parent7024ecc1cdd875190b20cb0e7c86a0f6b314bdc3 (diff)
downloaddrakx-backup-do-not-use-174bf698bce7c02d2e8989cc871c9e7b6beb48a7.tar
drakx-backup-do-not-use-174bf698bce7c02d2e8989cc871c9e7b6beb48a7.tar.gz
drakx-backup-do-not-use-174bf698bce7c02d2e8989cc871c9e7b6beb48a7.tar.bz2
drakx-backup-do-not-use-174bf698bce7c02d2e8989cc871c9e7b6beb48a7.tar.xz
drakx-backup-do-not-use-174bf698bce7c02d2e8989cc871c9e7b6beb48a7.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 7090e6c75..ad4215225 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -599,7 +599,7 @@ sub setupBootloader {
my ($o, $more) = @_;
my $b = $o->{bootloader};
- if ($::beginner && $more == 1) {
+ if ($::beginner && ($more == 1 || $b->{bootUnsafe}) {
my @l = (__("First sector of drive (MBR)"), __("First sector of boot partition"));
my $boot = $o->{hds}[0]{device};