From 8a9f5896ced0e3b1fb69a28e217be1ee4eba2901 Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 10 Feb 2009 00:08:39 +0000 Subject: Add option GEOM_PART_EBR by default on amd64 and i386. --- sys/conf/NOTES | 1 + sys/conf/options | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/conf') 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 -- cgit v1.1