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 | |
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
-rw-r--r-- | rescue/NEWS | 1 | ||||
-rwxr-xr-x | rescue/bin/install_bootloader | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/rescue/NEWS b/rescue/NEWS index 6b499377a..aa723389a 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,5 +1,6 @@ - do not run shells uselessly - drop (broken) support for Alpha, IA64 & PPC, Sparc +- fix a message when re-installing bootloader Version 1.53 - 28 September 2015 by Thierry Vignaud 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> "; |