diff options
author | jhb <jhb@FreeBSD.org> | 2002-11-18 20:31:35 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-11-18 20:31:35 +0000 |
commit | b0b3ab2c2b4c6b4048276f07c5c726caf4dabbc3 (patch) | |
tree | 0c2792bd175d7a6d68a9cc7342ceb0616b4de55a /share | |
parent | 83684c4f6b928c234d78ef7b0c2b943178c3f2f4 (diff) | |
download | FreeBSD-src-b0b3ab2c2b4c6b4048276f07c5c726caf4dabbc3.zip FreeBSD-src-b0b3ab2c2b4c6b4048276f07c5c726caf4dabbc3.tar.gz |
Document the KERNELS variable.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/release.7 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 4eaefa7..46cee45 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -244,6 +244,15 @@ For example, setting this variable to will instruct .Xr make 1 to execute up to four processes at a time. +.It Va KERNELS +Specifies a list of additional kernel configurations to compile and +install into the +.Dq base +distribution. +Each kernel is installed into +.Pa /boot/<config> +so that it can be booted from the loader via +.Dq Li "boot <config>" . .It Va LOCAL_PATCHES A patch file against .Pa /usr/src |