summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2001-05-25 13:16:47 +0000
committerStew Benedict <stewb@mandriva.org>2001-05-25 13:16:47 +0000
commitef7434ff16548d8a35f7348fa6fb67b819586742 (patch)
treeeb44b385c6680dad933069d18da5b7b86f115700
parent00a82977c8064bf4b18601b7f3a71e9124b56c20 (diff)
downloaddrakx-backup-do-not-use-ef7434ff16548d8a35f7348fa6fb67b819586742.tar
drakx-backup-do-not-use-ef7434ff16548d8a35f7348fa6fb67b819586742.tar.gz
drakx-backup-do-not-use-ef7434ff16548d8a35f7348fa6fb67b819586742.tar.bz2
drakx-backup-do-not-use-ef7434ff16548d8a35f7348fa6fb67b819586742.tar.xz
drakx-backup-do-not-use-ef7434ff16548d8a35f7348fa6fb67b819586742.zip
fix bootstrap information screen back to orig with missing ":" - PPC
-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 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."));
}
}
}