diff options
author | marcel <marcel@FreeBSD.org> | 2007-06-13 04:27:36 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2007-06-13 04:27:36 +0000 |
commit | 3f70795ddad4e34f98361722741152551f52eff6 (patch) | |
tree | cb8ba55470a80330fd10b1785199297fdb86f800 /sys/conf/options | |
parent | 505cd783b85e1e290dcbd38917fc7d2bbcd901df (diff) | |
download | FreeBSD-src-3f70795ddad4e34f98361722741152551f52eff6.zip FreeBSD-src-3f70795ddad4e34f98361722741152551f52eff6.tar.gz |
Add the MBR partitioning scheme to g_part. This does not yet
support the ability to install boot code.
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index bbb1255..c5a524d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -89,6 +89,7 @@ GEOM_MULTIPATH opt_geom.h GEOM_NOP opt_geom.h GEOM_PART_APM opt_geom.h GEOM_PART_GPT opt_geom.h +GEOM_PART_MBR opt_geom.h GEOM_PC98 opt_geom.h GEOM_RAID3 opt_geom.h GEOM_SHSEC opt_geom.h |