diff options
author | 2010-06-26 23:16:41 +0000 | |
---|---|---|
committer | 2010-06-26 23:16:41 +0000 | |
commit | 8ac6b6a66aaac0932ffee2d7b56c51a3de1ee38d (patch) | |
tree | 573397dd94cb2b13601c466c94c0d11c27b9235a | |
parent | oops, forgot to #include <canohost.h>; spotted and patch from chl@ (diff) | |
download | wireguard-openbsd-8ac6b6a66aaac0932ffee2d7b56c51a3de1ee38d.tar.xz wireguard-openbsd-8ac6b6a66aaac0932ffee2d7b56c51a3de1ee38d.zip |
Tighten up the congrats text. Too much info to summarize, simply encourage
the user to read INSTALL.$ARCH.
ok jsing@
-rw-r--r-- | distrib/sgi/ramdisk/install.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/distrib/sgi/ramdisk/install.md b/distrib/sgi/ramdisk/install.md index 75955b2255a..41ead3e8234 100644 --- a/distrib/sgi/ramdisk/install.md +++ b/distrib/sgi/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.22 2010/02/13 14:02:58 miod Exp $ +# $OpenBSD: install.md,v 1.23 2010/06/26 23:16:41 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -189,13 +189,7 @@ __EOT md_congrats() { cat <<__EOT -Your machine is now set up to boot OpenBSD. Normally the ARCS PROM will -set up the system to boot from the first disk found with a valid Volume -Header. If the 'OSLoader' environment variable already is set to 'boot' -nothing in the firmware setup should need to be changed. To set up booting -refer to the install document. - -To reboot the system, just enter 'reboot' at the shell prompt. +INSTALL.$ARCH describes how to configure the ARCS PROM to boot OpenBSD. __EOT } |