diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-20 17:00:34 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-20 17:00:34 +0200 |
commit | 6accc5205c8b7e88d665442bad01becb51ec4bec (patch) | |
tree | 8c8689752f1342f77df59a492e0c0b40b473f549 /rescue/bin/install_bootloader | |
parent | 3dabec31f186f0402b86140cf14d1c22fb728ae8 (diff) | |
download | drakx-6accc5205c8b7e88d665442bad01becb51ec4bec.tar drakx-6accc5205c8b7e88d665442bad01becb51ec4bec.tar.gz drakx-6accc5205c8b7e88d665442bad01becb51ec4bec.tar.bz2 drakx-6accc5205c8b7e88d665442bad01becb51ec4bec.tar.xz drakx-6accc5205c8b7e88d665442bad01becb51ec4bec.zip |
fix a message when re-installing bootloader
Diffstat (limited to 'rescue/bin/install_bootloader')
-rwxr-xr-x | rescue/bin/install_bootloader | 2 |
1 files changed, 1 insertions, 1 deletions
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? <press Enter to continue, 'n' and Enter to cancel> "; |