svn commit: r200594 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

Doug Barton dougb at FreeBSD.org
Tue Dec 15 18:17:44 PST 2009


Author: dougb
Date: Wed Dec 16 02:17:43 2009
New Revision: 200594
URL: http://svn.freebsd.org/changeset/base/200594

Log:
  Add INCLUDE_CONFIG_FILE, and a note in comments about how to also
  include the comments with CONFIGARGS

Modified:
  head/sys/amd64/conf/DEFAULTS
  head/sys/arm/conf/DEFAULTS
  head/sys/i386/conf/DEFAULTS
  head/sys/ia64/conf/DEFAULTS
  head/sys/mips/conf/DEFAULTS
  head/sys/pc98/conf/DEFAULTS
  head/sys/powerpc/conf/DEFAULTS
  head/sys/sparc64/conf/DEFAULTS
  head/sys/sun4v/conf/DEFAULTS

Modified: head/sys/amd64/conf/DEFAULTS
==============================================================================
--- head/sys/amd64/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/amd64/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -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

Modified: head/sys/arm/conf/DEFAULTS
==============================================================================
--- head/sys/arm/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/arm/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -9,3 +9,10 @@ device		mem
 
 options 	GEOM_PART_BSD
 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

Modified: head/sys/i386/conf/DEFAULTS
==============================================================================
--- head/sys/i386/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/i386/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -28,3 +28,10 @@ options 	GEOM_PART_MBR
 # enable support for native hardware
 options 	NATIVE
 device		atpic
+ 
+# 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

Modified: head/sys/ia64/conf/DEFAULTS
==============================================================================
--- head/sys/ia64/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/ia64/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -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

Modified: head/sys/mips/conf/DEFAULTS
==============================================================================
--- head/sys/mips/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/mips/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -11,3 +11,10 @@ device		uart_ns8250
 
 options 	GEOM_PART_BSD
 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

Modified: head/sys/pc98/conf/DEFAULTS
==============================================================================
--- head/sys/pc98/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/pc98/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -24,3 +24,10 @@ device		uart_ns8250
 # Default partitioning schemes
 options 	GEOM_PART_BSD
 options 	GEOM_PART_PC98
+ 
+# 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

Modified: head/sys/powerpc/conf/DEFAULTS
==============================================================================
--- head/sys/powerpc/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/powerpc/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -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

Modified: head/sys/sparc64/conf/DEFAULTS
==============================================================================
--- head/sys/sparc64/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/sparc64/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -19,3 +19,10 @@ options 	GEOM_PART_VTOC8
 
 # Let sunkbd emulate an AT keyboard by default.
 options 	SUNKBD_EMULATE_ATKBD
+ 
+# 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

Modified: head/sys/sun4v/conf/DEFAULTS
==============================================================================
--- head/sys/sun4v/conf/DEFAULTS	Tue Dec 15 23:22:19 2009	(r200593)
+++ head/sys/sun4v/conf/DEFAULTS	Wed Dec 16 02:17:43 2009	(r200594)
@@ -11,3 +11,10 @@ device		mem		# Memory and kernel memory 
 # Default partitioning schemes
 options 	GEOM_PART_BSD
 options 	GEOM_PART_VTOC8
+ 
+# 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


More information about the svn-src-head mailing list