diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-02 14:53:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-02 14:53:08 +0000 |
commit | 4dbd04f7f5610314735c2c1b0d0a8cb2d79e9619 (patch) | |
tree | d57e3c8d68b50f023d6219479b84deb0c445909e /share/man/man8 | |
parent | f1b22b6fcfd3086789a38579e46381aa4250d760 (diff) |
note that non-generic kernels not advised;
diff originally from stuart henderson,
reworded by krw@
ok ian@ krw@ hshoexer@
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/afterboot.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 2832e7fbc0d..db2c7c4b796 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.104 2005/03/02 11:59:18 jmc Exp $ +.\" $OpenBSD: afterboot.8,v 1.105 2005/03/02 14:53:07 jmc Exp $ .\" .\" Copyright (c) 1997 Marshall M. Midden .\" All rights reserved. @@ -786,6 +786,14 @@ and to check on running processes, network connections, and opened files, respectively. .Sh COMPILING A KERNEL +Note: +The standard +.Ox +kernel configuration (GENERIC) is suitable for most purposes. +Use of an alternative kernel configuration is not recommended. +.Xr sendbug 1 +reports for non-GENERIC kernels will be rejected. +.Pp First, review the system message buffer using the .Xr dmesg 8 command to find out information on your system's devices as probed by the @@ -864,6 +872,7 @@ boot time in the kernel image. .Xr passwd 1 , .Xr pkg_add 1 , .Xr ps 1 , +.Xr sendbug 1 , .Xr ssh 1 , .Xr su 1 , .Xr xdm 1 , |