summaryrefslogtreecommitdiff
path: root/distrib/notes/sparc64
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-03-18 19:37:08 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-03-18 19:37:08 +0000
commitfcb7ba0d193bb5e5ff7e79353262cad13f63cf21 (patch)
tree466cfe89080870312af3e91517cd2015c2c97dc8 /distrib/notes/sparc64
parent92bf860586f25b1f89e5c322b53107e72cccd3d9 (diff)
mention auto-boot switch; deraadt@ ok
Diffstat (limited to 'distrib/notes/sparc64')
-rw-r--r--distrib/notes/sparc64/prep13
1 files changed, 12 insertions, 1 deletions
diff --git a/distrib/notes/sparc64/prep b/distrib/notes/sparc64/prep
index eeb1d0bf36e..9d076bb4048 100644
--- a/distrib/notes/sparc64/prep
+++ b/distrib/notes/sparc64/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.16 2004/03/17 09:25:10 jmc Exp $
+dnl $OpenBSD: prep,v 1.17 2005/03/18 19:37:07 mickey Exp $
If your UltraSPARC machine is somewhat old, it might need a firmware update
before it can be used under OpenBSD. You are advised to try to install
OpenBSD first; if it can't boot or fails mysteriously, you might need to
@@ -58,6 +58,17 @@ disk:f. Make sure you reset the boot device to its default value:
will work for most systems. This can be adapted if you've multiple
systems installed and know what you're doing.
+To disable automatic boot use the following command:
+
+ ok setenv auto-boot? false
+
+and then to enable it later use:
+
+ ok setenv auto-boot? true
+
+or on an installed system use the eeprom(8) commmand:
+
+ # eeprom 'auto-boot?=true'
Updating your firmware:
-----------------------