diff options
author | 2000-12-22 03:03:22 +0000 | |
---|---|---|
committer | 2000-12-22 03:03:22 +0000 | |
commit | 81de739afdcf1f7a0031d714fcd3fa053243e655 (patch) | |
tree | 38af095f66c95fb94b7a50ad6990ee994248ceec | |
parent | revoke root privilege earliest possible (diff) | |
download | wireguard-openbsd-81de739afdcf1f7a0031d714fcd3fa053243e655.tar.xz wireguard-openbsd-81de739afdcf1f7a0031d714fcd3fa053243e655.zip |
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) |