diff options
author | phk <phk@FreeBSD.org> | 1998-07-09 06:24:21 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-07-09 06:24:21 +0000 |
commit | 97a1a718bf33b49a89f7b59d5eab731dbd6f09b8 (patch) | |
tree | 1796a31e9b911c80f0fc7096c99fffbbcad607be | |
parent | 0f247025152025ee06552445d98b84c3dd7ec63f (diff) | |
download | FreeBSD-src-97a1a718bf33b49a89f7b59d5eab731dbd6f09b8.zip FreeBSD-src-97a1a718bf33b49a89f7b59d5eab731dbd6f09b8.tar.gz |
The '-h' option cannot toggle the kernel from a serial console
if the kernel was built with COMCONSOLE
PR: 7202
Reviewed by: phk
Submitted by: Greg A. Woods <woods@zeus.leitch.com>
-rw-r--r-- | sbin/reboot/boot_i386.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 389727a..516d4f9 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -36,7 +36,7 @@ .\" .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" -.\" $Id: boot_i386.8,v 1.10 1998/03/23 06:36:57 danny Exp $ +.\" $Id: boot_i386.8,v 1.11 1998/04/26 18:15:38 phk Exp $ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 @@ -173,7 +173,9 @@ you can use the option to force the kernel to use the serial port as its console device. Alternatively, if you boot from the serial port, you can use this option to force the kernel to use the internal display -as the console instead. +as the console instead. This option has no effect if the kernel was +compiled with +.Em options COMCONSOLE . .It Fl P probe the keyboard. If no keyboard is found, the .Fl D |