diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-29 07:28:55 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-29 07:28:55 +0000 |
commit | c2fc6fcb26ee738b037ae18b75fe719b44186bf7 (patch) | |
tree | 542f0e43ad17fa60e2ba59ed4963e32f7f1c4453 /usr.sbin/config | |
parent | 467e2877017895119b9b8b983eee361300bc1c09 (diff) |
More text about config file format, some of it unfortunately at the
expense of Theo's artistic expression.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r-- | usr.sbin/config/config.8 | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index ec7859da302..290c439eca7 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.19 2000/05/29 07:19:29 deraadt Exp $ +.\" $OpenBSD: config.8,v 1.20 2000/05/29 07:28:54 angelos Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -212,17 +212,30 @@ include the following: .It machine Ar var Required. Specifies the machine architecture. .It include Ar file -la la la +Include another configuration file. .It option Ar name Set a kernel option. Kernel options may take either the form .Ar NAME or the form .Ar NAME=value . +These options are passed to the compiler with the +.Fl D +flag. .It rmoption Ar name -Delete a previously set option. +Delete a previously set option. This is useful when including another +kernel configuration file. A typical use is to include the +.Va GENERIC +kernel provided with each release and remove options that are +unwanted, thus allowing for automatic inclusion of new device +drivers. .It maxusers Ar number Required. Used to size various system tables and maximum operating conditions -in an approximate fashion. +in an approximate fashion. Multiple instances of this keyword may be +specified. The number provided in the last instance will be used, and +warnings will be printed for each duplicate value. This is convenient +when used with the +.Va include +directive. .It config Ar bsd root on "dev [swap on dev [and dev ...]] [dump on dev [and dev ...]]" Required. Specifies the swap and dump devices which the system should use. .It config Ar bsd swap generic |