From 3f70795ddad4e34f98361722741152551f52eff6 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 13 Jun 2007 04:27:36 +0000 Subject: Add the MBR partitioning scheme to g_part. This does not yet support the ability to install boot code. --- sys/conf/options | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/options') 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 -- cgit v1.1