summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrescue/install_bootloader4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/install_bootloader b/rescue/install_bootloader
index ba43eff84..24ab7e382 100755
--- a/rescue/install_bootloader
+++ b/rescue/install_bootloader
@@ -60,9 +60,9 @@ 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 Mandriva Linux distribution:\n\t",
- $release,
- "\n=> ok? <press Enter to continue, 'n' and Enter to cancel> ";
+ $release, "\n";
if (!$auto) {
+ print "=> ok? <press Enter to continue, 'n' and Enter to cancel> ";
<STDIN> =~ /^n/i and exit 0;
}