diff options
author | dougb <dougb@FreeBSD.org> | 2009-12-16 02:17:43 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-12-16 02:17:43 +0000 |
commit | 38047fc5780abb09337c3f4d147858cc38546d7a (patch) | |
tree | 0eda4296f44a799e6bf39cd6ba1db3e86532a6f3 /sys/powerpc/conf | |
parent | ddc390f24bcd6429544e60de4083375c77a39386 (diff) | |
download | FreeBSD-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/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/DEFAULTS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS index 7c981d1..30b5429 100644 --- a/sys/powerpc/conf/DEFAULTS +++ b/sys/powerpc/conf/DEFAULTS @@ -14,3 +14,10 @@ device uart_z8530 options GEOM_PART_APM 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 |