From cf8f14f029d7d834a8d40e08d6a2c211852a15db Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 15 Apr 2009 22:38:22 +0000 Subject: Add a compat option to the EBR scheme that controls the naming of the partitions (GEOM_PART_EBR_COMPAT). When compatibility is enabled, changes to the partitioning are disallowed. Remove the device name aliasing added previously to provide backward compatibility, but which in practice doesn't give us anything. Enable compatibility on amd64 and i386. --- sys/i386/conf/DEFAULTS | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386/conf/DEFAULTS') diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS index 481143e..6cf1424 100644 --- a/sys/i386/conf/DEFAULTS +++ b/sys/i386/conf/DEFAULTS @@ -22,6 +22,7 @@ device uart_ns8250 # Default partitioning schemes options GEOM_PART_BSD options GEOM_PART_EBR +options GEOM_PART_EBR_COMPAT options GEOM_PART_MBR # enable support for native hardware -- cgit v1.1