From: nmatavka Date: Sun, 12 Jan 2014 16:23:59 +0000 (+0000) Subject: No commit message specified. X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/ca05a1e22eb159f837130c6fbafe163d92b72bb8 No commit message specified. --- diff --git a/nmatavka/index.mdwn b/nmatavka/index.mdwn index a9ea165c..30231e83 100644 --- a/nmatavka/index.mdwn +++ b/nmatavka/index.mdwn @@ -5052,6 +5052,7 @@ The installer copies the new kernel and modules to `/boot/kernel/`, the kernel b ## The Configuration File + The general format of a configuration file is quite simple. Each line contains a keyword and one or more arguments. For simplicity, most lines only contain one argument. Anything following a `#` is considered a comment and ignored. The following sections describe each keyword, generally in the order they are listed in `GENERIC`, although some related keywords have been grouped together in a single section (such as Networking) even though they are actually scattered throughout the `GENERIC` file. An exhaustive list of options and more detailed explanations of the device lines is present in the `LINT` configuration file, located in the same directory as `GENERIC`. If you are in doubt as to the purpose or necessity of a line, check first in `LINT`. The following is an example `GENERIC` kernel configuration file with various additional comments where needed for clarity. This example should match your copy in `/usr/src/sys/config/GENERIC` fairly closely. For details of all the possible kernel options, see `/usr/src/sys/config/LINT`.