summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/DEFAULTS
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-04-15 22:38:22 +0000
committermarcel <marcel@FreeBSD.org>2009-04-15 22:38:22 +0000
commitcf8f14f029d7d834a8d40e08d6a2c211852a15db (patch)
treea72a6d0f708472c98829b90d2d95c4b418223da2 /sys/i386/conf/DEFAULTS
parent5767ab208711618fa55ff91914391b26324023cf (diff)
downloadFreeBSD-src-cf8f14f029d7d834a8d40e08d6a2c211852a15db.zip
FreeBSD-src-cf8f14f029d7d834a8d40e08d6a2c211852a15db.tar.gz
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.
Diffstat (limited to 'sys/i386/conf/DEFAULTS')
-rw-r--r--sys/i386/conf/DEFAULTS1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud