summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-06-20 17:00:34 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-06-20 17:00:34 +0200
commit6accc5205c8b7e88d665442bad01becb51ec4bec (patch)
tree8c8689752f1342f77df59a492e0c0b40b473f549 /rescue
parent3dabec31f186f0402b86140cf14d1c22fb728ae8 (diff)
downloaddrakx-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')
-rw-r--r--rescue/NEWS1
-rwxr-xr-xrescue/bin/install_bootloader2
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> ";