From 4710960f1314ec790ea876f0e50250cac59e089c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 19 Sep 1999 14:49:36 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 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 d9800bdea..d642d9383 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -541,7 +541,7 @@ sub setupBootloader($) { $l[!$o->{bootloader}{onmbr}] ) eq $l[0]; - lilo::proposition($o->{hds}, $o->{fstab}); + lilo::proposition($o->{hds}, $o->{fstab}, $o->{bootloader}); unless ($::beginner) { my @entries = grep { $_->{liloLabel} } @{$o->{fstab}}; @@ -555,8 +555,8 @@ and what label you want to use for each of them."), [map {\$_->{liloLabel}} @entries], ); } - - install_steps::setupBootloader($o); + my $w = $o->wait_message('', _("Installing bootloader")); + $o->SUPER::setupBootloader; } #------------------------------------------------------------------------------ -- cgit v1.2.1