summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-20 17:30:08 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-20 17:30:08 +0000
commit26abac9506dff9d6c337fd904b4650f366e41de2 (patch)
tree1887e3aeff33677fa62e637f9d1ca48c84fe1bea /perl-install/install_steps_interactive.pm
parent174bf698bce7c02d2e8989cc871c9e7b6beb48a7 (diff)
downloaddrakx-backup-do-not-use-26abac9506dff9d6c337fd904b4650f366e41de2.tar
drakx-backup-do-not-use-26abac9506dff9d6c337fd904b4650f366e41de2.tar.gz
drakx-backup-do-not-use-26abac9506dff9d6c337fd904b4650f366e41de2.tar.bz2
drakx-backup-do-not-use-26abac9506dff9d6c337fd904b4650f366e41de2.tar.xz
drakx-backup-do-not-use-26abac9506dff9d6c337fd904b4650f366e41de2.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 ad4215225..5458df1bd 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 || $b->{bootUnsafe}) {
+ if ($::beginner && ($more == 1 || $b->{bootUnsafe})) {
my @l = (__("First sector of drive (MBR)"), __("First sector of boot partition"));
my $boot = $o->{hds}[0]{device};