aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
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/pc98
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/pc98')
-rw-r--r--sys/pc98/conf/DEFAULTS4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pc98/conf/DEFAULTS b/sys/pc98/conf/DEFAULTS
index 7fd3dbaecd61..d42d4d339c94 100644
--- a/sys/pc98/conf/DEFAULTS
+++ b/sys/pc98/conf/DEFAULTS
@@ -21,5 +21,9 @@ device io # I/O device
device uart_ns8250
#device uart_i8251
+# Default partitioning schemes
+options GEOM_BSD
+options GEOM_PC98
+
# KSE support went from being default to a kernel option
options KSE