diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-25 12:05:57 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-25 12:05:57 +0000 |
commit | abe9015866eff5909b8242ef944f73de11bc4285 (patch) | |
tree | ce2777a3957ef1aa68562e066e9fe8f6193f9873 /perl-install/any.pm | |
parent | bba44c0f1c837d63f51872410feb0b6266c5be47 (diff) | |
download | drakx-backup-do-not-use-abe9015866eff5909b8242ef944f73de11bc4285.tar drakx-backup-do-not-use-abe9015866eff5909b8242ef944f73de11bc4285.tar.gz drakx-backup-do-not-use-abe9015866eff5909b8242ef944f73de11bc4285.tar.bz2 drakx-backup-do-not-use-abe9015866eff5909b8242ef944f73de11bc4285.tar.xz drakx-backup-do-not-use-abe9015866eff5909b8242ef944f73de11bc4285.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 2afc3b251..120f1a387 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -56,7 +56,7 @@ sub setupBootloader { $more++ if $b->{bootUnsafe}; - if ($::beginner && $more == 1) { + if ($::beginner && $more >= 1) { my @l = (__("First sector of drive (MBR)"), __("First sector of boot partition")); $in->set_help('setupBootloaderBeginner') unless $::isStandalone; |