From 38047fc5780abb09337c3f4d147858cc38546d7a Mon Sep 17 00:00:00 2001 From: dougb Date: Wed, 16 Dec 2009 02:17:43 +0000 Subject: Add INCLUDE_CONFIG_FILE, and a note in comments about how to also include the comments with CONFIGARGS --- sys/powerpc/conf/DEFAULTS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/powerpc/conf') 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 -- cgit v1.1