diff options
author | 2000-09-12 03:03:40 +0000 | |
---|---|---|
committer | 2000-09-12 03:03:40 +0000 | |
commit | a3d06ba771a035ccb9578a1f9774d7a3969be902 (patch) | |
tree | 43978f1ece021269367231a47a7616e044f93ff4 | |
parent | Partial sync for shared library support on powerpc. (diff) | |
download | wireguard-openbsd-a3d06ba771a035ccb9578a1f9774d7a3969be902.tar.xz wireguard-openbsd-a3d06ba771a035ccb9578a1f9774d7a3969be902.zip |
remove ofdisk, it is no longer used.
recommend reboot, not halt, when installation is done.
halt leaves some machines in a state where only pulling the powercord
or finding the magic reset button (almost inside the machine) is required.
-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 00472a266af..59173473d3b 100644 --- a/distrib/powerpc/ramdisk/install.md +++ b/distrib/powerpc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.14 2000/08/08 01:08:07 deraadt Exp $ +# $OpenBSD: install.md,v 1.15 2000/09/12 03:03:40 rahnds Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -61,7 +61,7 @@ md_machine_arch() { md_get_diskdevs() { # return available disk devices - bsort `cat /kern/msgbuf | egrep "^[sw]d[0-9]+|ofdisk[0-9] " | cutword 1` + bsort `cat /kern/msgbuf | egrep "^[sw]d[0-9]+ " | cutword 1` } md_get_cddevs() { @@ -371,8 +371,8 @@ __EOT md_not_going_to_install() { cat << __EOT -OK, then. Enter 'halt' at the prompt to halt the machine. Once the machine -has halted, power-cycle the system to load new boot code. +OK, then. Enter 'reboot' at the prompt to reset the machine. Once the machine +has rebooted, use openfirmware to load the new boot code. __EOT } |