diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-17 15:22:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-17 15:22:00 +0000 |
commit | d4660a7313065f9901098a11859ec43fe84253e6 (patch) | |
tree | b3ba2683238f1505dd012cd0bfe87c4c2201f66e | |
parent | d0759200bcb812d51cf784f3dce9308a20a9eeca (diff) |
use reboot
-rw-r--r-- | distrib/powerpc/ramdisk/install.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/powerpc/ramdisk/install.md b/distrib/powerpc/ramdisk/install.md index 59173473d3b..31360cb9711 100644 --- a/distrib/powerpc/ramdisk/install.md +++ b/distrib/powerpc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.15 2000/09/12 03:03:40 rahnds Exp $ +# $OpenBSD: install.md,v 1.16 2000/10/17 15:21:59 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -372,7 +372,7 @@ md_not_going_to_install() { cat << __EOT OK, then. Enter 'reboot' at the prompt to reset the machine. Once the machine -has rebooted, use openfirmware to load the new boot code. +has rebooted, use Open Firmware to load the new boot code. __EOT } @@ -387,8 +387,8 @@ md_congrats() { cat << __EOT CONGRATULATIONS! You have successfully $what OpenBSD! To boot the -installed system, enter halt at the command prompt. Once the system has -halted, reset the machine and boot from the disk. +installed system, enter reboot at the command prompt. Once the machine +has rebooted, use Open Firmware to boot into OpenBSD. __EOT } |