summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/DEFAULTS
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-12-16 02:17:43 +0000
committerdougb <dougb@FreeBSD.org>2009-12-16 02:17:43 +0000
commit38047fc5780abb09337c3f4d147858cc38546d7a (patch)
tree0eda4296f44a799e6bf39cd6ba1db3e86532a6f3 /sys/amd64/conf/DEFAULTS
parentddc390f24bcd6429544e60de4083375c77a39386 (diff)
downloadFreeBSD-src-38047fc5780abb09337c3f4d147858cc38546d7a.zip
FreeBSD-src-38047fc5780abb09337c3f4d147858cc38546d7a.tar.gz
Add INCLUDE_CONFIG_FILE, and a note in comments about how to also
include the comments with CONFIGARGS
Diffstat (limited to 'sys/amd64/conf/DEFAULTS')
-rw-r--r--sys/amd64/conf/DEFAULTS6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS
index 78952ee..d6d39b6 100644
--- a/sys/amd64/conf/DEFAULTS
+++ b/sys/amd64/conf/DEFAULTS
@@ -21,3 +21,9 @@ options GEOM_PART_EBR
options GEOM_PART_EBR_COMPAT
options GEOM_PART_MBR
+# Store the plain version of the configuration file in the kernel itself.
+# To store the entire file, including comments, put this in /etc/src.conf:
+# CONFIGARGS= -C
+# See config(8) for more details.
+#
+options INCLUDE_CONFIG_FILE # Include this file in kernel
OpenPOWER on IntegriCloud