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

Nathan Whitehorn nwhitehorn at freebsd.org
Wed Dec 17 18:40:45 UTC 2008


Marcel Moolenaar wrote:
> Author: marcel
> Date: Wed Dec 17 17:43:22 2008
> New Revision: 186240
> URL: http://svn.freebsd.org/changeset/base/186240
>   
[snip]
>
> Modified: head/sys/arm/conf/EP80219
> ==============================================================================
> --- head/sys/arm/conf/EP80219	Wed Dec 17 17:39:36 2008	(r186239)
> +++ head/sys/arm/conf/EP80219	Wed Dec 17 17:43:22 2008	(r186240)
> @@ -57,7 +57,6 @@ options 	SYSVSEM			#SYSV-style semaphore
>  options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
>  options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
>  options   	GEOM_PART_GPT    # GUID Partition Tables.
> -options   	GEOM_MBR    # DOS/MBR partitioning
>  options   	GEOM_LABEL    # Providers labelization.
>  
Should this have picked up a

options 	GEOM_PART_MBR

as well?
-Nathan



More information about the svn-src-head mailing list