summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/options1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8a172ac..b06d8d2 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -148,6 +148,7 @@ 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_EBR_COMPAT # Backward compatible partition names
options GEOM_PART_GPT # GPT partitioning
options GEOM_PART_MBR # MBR partitioning
options GEOM_PART_PC98 # PC-9800 disk partitioning
diff --git a/sys/conf/options b/sys/conf/options
index dc5707e..e95b84d 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -93,6 +93,7 @@ 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_EBR_COMPAT opt_geom.h
GEOM_PART_GPT opt_geom.h
GEOM_PART_MBR opt_geom.h
GEOM_PART_PC98 opt_geom.h
OpenPOWER on IntegriCloud