From 6accc5205c8b7e88d665442bad01becb51ec4bec Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jun 2016 17:00:34 +0200 Subject: fix a message when re-installing bootloader --- rescue/bin/install_bootloader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/bin/install_bootloader') diff --git a/rescue/bin/install_bootloader b/rescue/bin/install_bootloader index 58ee44a23..f2717449b 100755 --- a/rescue/bin/install_bootloader +++ b/rescue/bin/install_bootloader @@ -60,7 +60,7 @@ if (@main_methods == 0) { my $install = $bootloader::{'install_raw_' . $main_method} or die "unknown bootloader method install_raw_$main_method\n"; -print "About to re-install Boot Loader $main_method of following %s distribution:\n\t", +print "About to re-install Boot Loader $main_method of following Mageia distribution:\n\t", $release, "\n"; if (!$auto) { print "=> ok? "; -- cgit v1.2.1