aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2007-06-11 00:38:06 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2007-06-11 00:38:06 +0000
commit2b39bb4f4f37f2cb7d616c0b4e03858169fb9227 (patch)
treebbe9dac9732465eaccfb9b240e94086bf3d26fdd /sys/sparc64
parent752bb3876c6ca1315e4d86760605c5d252581f01 (diff)
downloadsrc-2b39bb4f4f37f2cb7d616c0b4e03858169fb9227.tar.gz
src-2b39bb4f4f37f2cb7d616c0b4e03858169fb9227.zip
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.
Notes
Notes: svn path=/head/; revision=170520
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/conf/DEFAULTS5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS
index 8545b37e4cb6..625995aff7bf 100644
--- a/sys/sparc64/conf/DEFAULTS
+++ b/sys/sparc64/conf/DEFAULTS
@@ -15,3 +15,8 @@ device uart_z8530
# KSE support went from being default to a kernel option
options KSE
+
+# Default partitioning schemes
+options GEOM_BSD
+options GEOM_SUNLABEL
+