diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-06-27 00:42:01 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-06-27 00:42:01 +0000 |
commit | af591e1f796d9eec51d32e61ffc119d41f6136ab (patch) | |
tree | 10eabaac9d8e396ebd49b3af55c6e266afd29380 /distrib/macppc/ramdisk | |
parent | ddc9b78bc1b952293b6cb853aff2a1554397bd57 (diff) |
Tighten up the congrats text.
ok deraadt@ drahn@
Diffstat (limited to 'distrib/macppc/ramdisk')
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index 77d5cf9b344..0052aa9d927 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.45 2009/06/24 11:26:40 krw Exp $ +# $OpenBSD: install.md,v 1.46 2010/06/27 00:42:00 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -212,23 +212,19 @@ __EOT } md_congrats() { + cat <<__EOT + +INSTALL.$ARCH describes how to configure Open Firmware to boot OpenBSD. The +command to boot OpenBSD will be something like 'boot hd:,ofwboot /bsd'. +__EOT if [[ $PARTTABLE == HFS ]]; then cat <<__EOT -To boot OpenBSD, the 'ofwboot' program must be present in the first HFS -partition of $ROOTDISK. If it is not currently present you must boot MacOS and -use MacOS tools to copy it from the OpenBSD install media. Then reboot the -machine. +NOTE: You must use MacOS to copy 'ofwboot' from the OpenBSD install media to +the first HFS partition of $ROOTDISK. __EOT fi - cat <<__EOT - -Once the machine has rebooted use Open Firmware to boot into OpenBSD, as -described in the INSTALL.$ARCH document. The command to boot OpenBSD will -be something like 'boot hd:,ofwboot /bsd'. - -__EOT } md_consoleinfo() { |