diff options
author | Stew Benedict <stewb@mandriva.org> | 2001-03-27 16:46:51 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2001-03-27 16:46:51 +0000 |
commit | e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa (patch) | |
tree | 249796d5ce60363f1825851f421ea7023a983425 | |
parent | f556c155733ad72b83ee0a61e5e4bd423a2aed64 (diff) | |
download | drakx-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.tar drakx-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.tar.gz drakx-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.tar.bz2 drakx-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.tar.xz drakx-e3567ea38e9ca5623bcd88d29380ecbb4a9a1bfa.zip |
change verbage on bootloader warning
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
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.")); } } } |