summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-06-11 00:38:06 +0000
committermarcel <marcel@FreeBSD.org>2007-06-11 00:38:06 +0000
commita3226c8185423f9e8977c68b703d0f6f9676c357 (patch)
treebbe9dac9732465eaccfb9b240e94086bf3d26fdd /sys/i386
parent173b3d6d03875890b913bb771d1e5c5d73bda2be (diff)
downloadFreeBSD-src-a3226c8185423f9e8977c68b703d0f6f9676c357.zip
FreeBSD-src-a3226c8185423f9e8977c68b703d0f6f9676c357.tar.gz
Use default options for default partitioning schemes, rather than
making the relevant files standard. This avoids duplication and makes it easier to override/disable unwanted schemes. Since ARM doesn't have a DEFAULTS configuration file, leave the source files for the BSD and MBR partitioning schemes in files.arm for now.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/DEFAULTS4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS
index 50a30ee..a5f69a1 100644
--- a/sys/i386/conf/DEFAULTS
+++ b/sys/i386/conf/DEFAULTS
@@ -19,5 +19,9 @@ device io # I/O device
# UART chips on this platform
device uart_ns8250
+# Default partitioning schemes
+options GEOM_BSD
+options GEOM_MBR
+
# KSE support went from being default to a kernel option
options KSE
OpenPOWER on IntegriCloud