From 955f1cd34a319d679fee9187c1992ba3c323ba80 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Oct 1999 13:44:03 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 2534f8acd..b5e430f7c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -604,8 +604,7 @@ sub setupBootloader { my $boot = $o->{hds}[0]{device}; my $onmbr = "/dev/$boot" eq $b->{boot}; - $b->{boot} = "/dev/$boot" if !$onmbr && - $o->ask_from_list_(_("LILO Installation"), + $b->{boot} = "/dev/$boot" if $o->ask_from_list_(_("LILO Installation"), _("Where do you want to install the bootloader?"), \@l, $l[!$onmbr]) eq $l[0]; } elsif ($more || !$::beginner) { -- cgit v1.2.1