summaryrefslogtreecommitdiff
path: root/distrib/notes/alpha
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-03 22:30:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-03 22:30:37 +0000
commite05d6620cbe4fdf5b74e79006dcb0c63a11cdfd9 (patch)
tree6c7c07ef424bce9e626e6b8266b802bbc859fa1a /distrib/notes/alpha
parent2e32b403e3e049f72c17ee5d6f7886de7351c654 (diff)
Style, also make the fact that boot_osflags needs to contain "-a" for the
system to boot multiuser. Based on feedback from Dan Shechter <danshtr@yahoo.com> on alpha@
Diffstat (limited to 'distrib/notes/alpha')
-rw-r--r--distrib/notes/alpha/prep22
1 files changed, 12 insertions, 10 deletions
diff --git a/distrib/notes/alpha/prep b/distrib/notes/alpha/prep
index fb66f06c178..5c60b7c4ba5 100644
--- a/distrib/notes/alpha/prep
+++ b/distrib/notes/alpha/prep
@@ -27,20 +27,22 @@ Using the SRM console:
You can set ROM variables by saying "set VARIABLE VALUE".
Some variables you will want to set:
- auto_action Determines what happens when you turn power
- on, halt, or crash your machine. Valid
- values {:-include-:} "halt", "boot", and "restart".
+ auto_action Determines what happens when you turn power on,
+ halt, or crash your machine. Valid values
+ {:-include-:} "halt", "boot", and "restart".
Most users will want to set this to "boot".
bootdef_dev Default boot device (or list of devices).
- boot_file Name of the kernel to boot. If you don't set
- this "bsd" will be loaded.
- boot_osflags Flags to pass in to the kernel. For multiuser
- boot this needs to be set to "-a".
+ boot_file Name of the kernel to boot. If this variable is
+ empty, "bsd" will be loaded.
+ boot_osflags Flags to pass to the kernel.
+ IMPORTANT! For multiuser boot, this needs to be
+ set to "-a".
booted_osflags Don't try to set this one directly. It will
contain whatever flags the OS was last booted
- with. To set indirectly, boot with the -flags
- option, eg: "b dka0 -flags a" will boot into
- multi-user and set booted_osflags to "a".
+ with.
+ To set it indirectly, boot with the -flags
+ option; for example "b dka0 -flags a" will boot
+ multiuser from dka0 and set booted_osflags to "a".
To see a list of all variables on your machine use the "show"
command with no arguments.