diff options
author | marcel <marcel@FreeBSD.org> | 2007-06-11 00:38:06 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2007-06-11 00:38:06 +0000 |
commit | a3226c8185423f9e8977c68b703d0f6f9676c357 (patch) | |
tree | bbe9dac9732465eaccfb9b240e94086bf3d26fdd /sys/sparc64/conf | |
parent | 173b3d6d03875890b913bb771d1e5c5d73bda2be (diff) | |
download | FreeBSD-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/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/DEFAULTS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS index 8545b37..625995a 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 + |