diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-17 08:51:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-17 08:51:10 +0000 |
commit | 2f1c9b23b78304cafcc3975e28e837394d0eab41 (patch) | |
tree | 2d8b1aa0e3d65210bb933eb1afa21b2c6fc0a9fe /perl-install | |
parent | 495efc15e3e130979b6f3683d9b9fcb0cda3c7f7 (diff) | |
download | drakx-2f1c9b23b78304cafcc3975e28e837394d0eab41.tar drakx-2f1c9b23b78304cafcc3975e28e837394d0eab41.tar.gz drakx-2f1c9b23b78304cafcc3975e28e837394d0eab41.tar.bz2 drakx-2f1c9b23b78304cafcc3975e28e837394d0eab41.tar.xz drakx-2f1c9b23b78304cafcc3975e28e837394d0eab41.zip |
log where the bootloader is installed
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 4a471b4ab..02dfa54b7 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1013,7 +1013,7 @@ sub install_lilo { write_lilo_conf($bootloader, $fstab, $hds); if (!$::testing && arch() !~ /ia64/ && $bootloader->{method} =~ /lilo/) { - log::l("Installing boot loader..."); + log::l("Installing boot loader on $bootloader->{boot}..."); my $error; run_program::rooted($::prefix, "lilo", "2>", \$error) or die "lilo failed: $error"; } |