summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-19 14:49:36 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-19 14:49:36 +0000
commit4710960f1314ec790ea876f0e50250cac59e089c (patch)
treeebf7ffacad519615bc779e28e108af7fff27d14b /perl-install/install_steps_interactive.pm
parentbb1b2617bc36e258f13d375faaaec1bfff97080e (diff)
downloaddrakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.tar
drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.tar.gz
drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.tar.bz2
drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.tar.xz
drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm6
1 files changed, 3 insertions, 3 deletions
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;
}
#------------------------------------------------------------------------------