diff options
author | Stew Benedict <stewb@mandriva.org> | 2001-05-25 13:16:47 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2001-05-25 13:16:47 +0000 |
commit | ef7434ff16548d8a35f7348fa6fb67b819586742 (patch) | |
tree | eb44b385c6680dad933069d18da5b7b86f115700 /perl-install | |
parent | 00a82977c8064bf4b18601b7f3a71e9124b56c20 (diff) | |
download | drakx-ef7434ff16548d8a35f7348fa6fb67b819586742.tar drakx-ef7434ff16548d8a35f7348fa6fb67b819586742.tar.gz drakx-ef7434ff16548d8a35f7348fa6fb67b819586742.tar.bz2 drakx-ef7434ff16548d8a35f7348fa6fb67b819586742.tar.xz drakx-ef7434ff16548d8a35f7348fa6fb67b819586742.zip |
fix bootstrap information screen back to orig with missing ":" - PPC
Diffstat (limited to 'perl-install')
-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 8a9ddf769..15b0a50cd 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1027,7 +1027,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 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,\\\\yaboot\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.")); } } } |