summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-02-10 00:08:39 +0000
committermarcel <marcel@FreeBSD.org>2009-02-10 00:08:39 +0000
commit8a9f5896ced0e3b1fb69a28e217be1ee4eba2901 (patch)
tree9cbb2753deb3a76005da9bce2aaf9d5d21e9a6ca /sys/conf
parent2212d2d35f5ff9ce6933c41f28249721f1972c4a (diff)
downloadFreeBSD-src-8a9f5896ced0e3b1fb69a28e217be1ee4eba2901.zip
FreeBSD-src-8a9f5896ced0e3b1fb69a28e217be1ee4eba2901.tar.gz
Add option GEOM_PART_EBR by default 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 d64b24f..8d525f4e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -147,6 +147,7 @@ options GEOM_MULTIPATH # Disk multipath
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
diff --git a/sys/conf/options b/sys/conf/options
index 1649db9..bf39e9a 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -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
OpenPOWER on IntegriCloud