Date: Tue, 10 Feb 2009 00:08:39 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188426 - in head/sys: amd64/conf conf i386/conf Message-ID: <200902100008.n1A08dh4075432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902100008.n1A08dh4075432>