svn commit: r188426 - in head/sys: amd64/conf conf i386/conf

Marcel Moolenaar marcel at FreeBSD.org
Mon Feb 9 16:08:40 PST 2009


Author: marcel
Date: Tue Feb 10 00:08:39 2009
New Revision: 188426
URL: http://svn.freebsd.org/changeset/base/188426

Log:
  Add option GEOM_PART_EBR by default on amd64 and i386.

Modified:
  head/sys/amd64/conf/DEFAULTS
  head/sys/conf/NOTES
  head/sys/conf/options
  head/sys/i386/conf/DEFAULTS

Modified: head/sys/amd64/conf/DEFAULTS
==============================================================================
--- head/sys/amd64/conf/DEFAULTS	Mon Feb  9 23:23:00 2009	(r188425)
+++ head/sys/amd64/conf/DEFAULTS	Tue Feb 10 00:08:39 2009	(r188426)
@@ -17,4 +17,5 @@ device		uart_ns8250
 
 # Default partitioning schemes
 options 	GEOM_PART_BSD
+options 	GEOM_PART_EBR
 options 	GEOM_PART_MBR

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Mon Feb  9 23:23:00 2009	(r188425)
+++ head/sys/conf/NOTES	Tue Feb 10 00:08:39 2009	(r188426)
@@ -147,6 +147,7 @@ options 	GEOM_MULTIPATH		# Disk multipat
 options 	GEOM_NOP		# Test class.
 options 	GEOM_PART_APM		# Apple partitioning
 options 	GEOM_PART_BSD		# BSD disklabel
+options 	GEOM_PART_EBR		# Extended Boot Records
 options 	GEOM_PART_GPT		# GPT partitioning
 options 	GEOM_PART_MBR		# MBR partitioning
 options 	GEOM_PART_PC98		# PC-9800 disk partitioning

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Mon Feb  9 23:23:00 2009	(r188425)
+++ head/sys/conf/options	Tue Feb 10 00:08:39 2009	(r188426)
@@ -92,6 +92,7 @@ GEOM_MULTIPATH	opt_geom.h
 GEOM_NOP	opt_geom.h
 GEOM_PART_APM	opt_geom.h
 GEOM_PART_BSD	opt_geom.h
+GEOM_PART_EBR	opt_geom.h
 GEOM_PART_GPT	opt_geom.h
 GEOM_PART_MBR	opt_geom.h
 GEOM_PART_PC98	opt_geom.h

Modified: head/sys/i386/conf/DEFAULTS
==============================================================================
--- head/sys/i386/conf/DEFAULTS	Mon Feb  9 23:23:00 2009	(r188425)
+++ head/sys/i386/conf/DEFAULTS	Tue Feb 10 00:08:39 2009	(r188426)
@@ -21,6 +21,7 @@ device		uart_ns8250
 
 # Default partitioning schemes
 options 	GEOM_PART_BSD
+options 	GEOM_PART_EBR
 options 	GEOM_PART_MBR
 
 # enable support for native hardware


More information about the svn-src-head mailing list