Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Describe the new "kernel config embedding" op...



details:   https://anonhg.NetBSD.org/src/rev/1903a31989e4
branches:  trunk
changeset: 519444:1903a31989e4
user:      atatat <atatat%NetBSD.org@localhost>
date:      Mon Dec 17 20:09:55 2001 +0000

description:
Describe the new "kernel config embedding" options.

diffstat:

 share/man/man4/options.4 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 1333b3a5625a -r 1903a31989e4 share/man/man4/options.4
--- a/share/man/man4/options.4  Mon Dec 17 19:42:05 2001 +0000
+++ b/share/man/man4/options.4  Mon Dec 17 20:09:55 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.158 2001/12/16 20:44:11 jdolecek Exp $
+.\"    $NetBSD: options.4,v 1.159 2001/12/17 20:09:55 atatat Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -1007,6 +1007,16 @@
 only available on architectures that use
 .Nm rasops
 for console output.
+.It Cd options INCLUDE_CONFIG_FILE
+Embeds the kernel config file used to define the kernel in the kernel
+binary itself.  The embedded data also includes any files directly
+included by the config file itself, eg,
+.Pa GENERIC.local
+or
+.Pa std.$MACHINE .
+.It Cd options INCLUDE_JUST_CONFIG
+Similar to the above option, but includes just the actual config file,
+not any included files.
 .El
 .Ss Networking Options
 .Bl -ohang



Home | Main Index | Thread Index | Old Index