summaryrefslogtreecommitdiffstats
path: root/sys/ia64/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/ia64/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/ia64/conf/DEFAULTS')
-rw-r--r--sys/ia64/conf/DEFAULTS7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/ia64/conf/DEFAULTS b/sys/ia64/conf/DEFAULTS
index 625ff90..58eaaf4 100644
--- a/sys/ia64/conf/DEFAULTS
+++ b/sys/ia64/conf/DEFAULTS
@@ -17,3 +17,10 @@ device uart_ns8250
options GEOM_PART_BSD
options GEOM_PART_GPT
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