summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2001-03-27 16:46:51 +0000
committerStew Benedict <stewb@mandriva.org>2001-03-27 16:46:51 +0000
commite3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa (patch)
tree249796d5ce60363f1825851f421ea7023a983425 /perl-install/install_steps_interactive.pm
parentf556c155733ad72b83ee0a61e5e4bd423a2aed64 (diff)
downloaddrakx-backup-do-not-use-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.tar
drakx-backup-do-not-use-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.tar.gz
drakx-backup-do-not-use-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.tar.bz2
drakx-backup-do-not-use-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.tar.xz
drakx-backup-do-not-use-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.zip
change verbage on bootloader warning
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 4c553de0e..6030f25a4 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -988,7 +988,7 @@ try to force installation even if that destroys the first partition?"));
my $of_boot = cat_("$o->{prefix}/tmp/of_boot_dev") || die "Can't open $o->{prefix}/tmp/of_boot_dev";
chop($of_boot);
unlink "$o->{prefix}/tmp/.error";
- $o->ask_warn('', _("You will need to change your Open Firmware boot-device to\n enable the bootloader. Hold down Command-Option-O-F\n at reboot and enter:\n setenv boot-device $of_boot,\\ofboot.b\n Then type: shut-down\nAt your next boot you should see the bootloader prompt."));
+ $o->ask_warn('', _("You may need to change your Open Firmware boot-device to\n enable the bootloader. If you don't see the bootloader prompt at\n reboot, hold down Command-Option-O-F at reboot and enter:\n setenv boot-device $of_boot,\\\\tbxi\n Then type: shut-down\nAt your next boot you should see the bootloader prompt."));
}
}
}