diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-20 17:30:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-20 17:30:08 +0000 |
commit | 26abac9506dff9d6c337fd904b4650f366e41de2 (patch) | |
tree | 1887e3aeff33677fa62e637f9d1ca48c84fe1bea /perl-install/install_steps_interactive.pm | |
parent | 174bf698bce7c02d2e8989cc871c9e7b6beb48a7 (diff) | |
download | drakx-26abac9506dff9d6c337fd904b4650f366e41de2.tar drakx-26abac9506dff9d6c337fd904b4650f366e41de2.tar.gz drakx-26abac9506dff9d6c337fd904b4650f366e41de2.tar.bz2 drakx-26abac9506dff9d6c337fd904b4650f366e41de2.tar.xz drakx-26abac9506dff9d6c337fd904b4650f366e41de2.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
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}; |