diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2000-12-22 03:03:23 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2000-12-22 03:03:23 +0000 |
commit | eb06dcda4823c69a853ce7740b1fb621583653ac (patch) | |
tree | 7f036cea7855e48869af51c6d62f01888adcba21 | |
parent | 3a9c99b751edf9da7e49c9b2e02bb92e82a4ab92 (diff) |
Fix error pointed out by brad.
"auto-boot?" is the proper variable name to disable/enable autobooting
not "auto-boot"
-rw-r--r-- | distrib/notes/powerpc/contents | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/notes/powerpc/contents b/distrib/notes/powerpc/contents index 0d666a003ce..5b71cd150b4 100644 --- a/distrib/notes/powerpc/contents +++ b/distrib/notes/powerpc/contents @@ -70,7 +70,7 @@ enet = motherboard ethernet device Other Open Firmware command examples: ------------------------------------- -setenv auto-boot false +setenv auto-boot? false (force the machine to wait at Open Firmware for user input at next reboot; options are true/false) |