summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-21 13:44:03 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-21 13:44:03 +0000
commit955f1cd34a319d679fee9187c1992ba3c323ba80 (patch)
treeb06a4fc7b86b194ad49355f47e54656350ca7d96 /perl-install/install_steps_interactive.pm
parent9838f3eba0d55b4e74e22044cc73f466e56c404f (diff)
downloaddrakx-backup-do-not-use-955f1cd34a319d679fee9187c1992ba3c323ba80.tar
drakx-backup-do-not-use-955f1cd34a319d679fee9187c1992ba3c323ba80.tar.gz
drakx-backup-do-not-use-955f1cd34a319d679fee9187c1992ba3c323ba80.tar.bz2
drakx-backup-do-not-use-955f1cd34a319d679fee9187c1992ba3c323ba80.tar.xz
drakx-backup-do-not-use-955f1cd34a319d679fee9187c1992ba3c323ba80.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm3
1 files changed, 1 insertions, 2 deletions
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) {