diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-06 14:15:38 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-06 14:15:38 +0000 |
commit | 5b3b7fc8525f652b426f561740d8880ec38b76f0 (patch) | |
tree | 8a4eb477de6e62632999e1d9e6afad5642ace493 /distrib | |
parent | 3923d8caf3cb7928176f906275fea6c06d9209bf (diff) |
doc booted_osflags
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/alpha/prep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/notes/alpha/prep b/distrib/notes/alpha/prep index 6bf87f99606..929c3a4b2a9 100644 --- a/distrib/notes/alpha/prep +++ b/distrib/notes/alpha/prep @@ -56,6 +56,11 @@ Using the SRM console: this "bsd" will be loaded. boot_osflags Flags to pass in to the kernel. 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". To see a list of all variables on your machine use the "show" command with no arguments. |