summaryrefslogtreecommitdiff
path: root/distrib/sgi
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2010-06-26 23:16:42 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2010-06-26 23:16:42 +0000
commit6655192085ff67a797f4f27e97c411fa1b465a64 (patch)
tree5b5b04a559ccb17c517dcc87562dbaf51309a5db /distrib/sgi
parent6966286c0e68e36d6278c28e25ee2bfda7bc9639 (diff)
Tighten up the congrats text. Too much info to summarize, simply encourage
the user to read INSTALL.$ARCH. ok jsing@
Diffstat (limited to 'distrib/sgi')
-rw-r--r--distrib/sgi/ramdisk/install.md10
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
}