From abe9015866eff5909b8242ef944f73de11bc4285 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 25 May 2000 12:05:57 +0000 Subject: *** empty log message *** --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') 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; -- cgit v1.2.1