summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-03-02 00:52:49 +0000
committermarcel <marcel@FreeBSD.org>2008-03-02 00:52:49 +0000
commitdd3a7906ab066bb6da5ec7f1fcf0fbe6d1ddc268 (patch)
tree19e8fe43e183a1619a8d309544378b80d44d698f /sys/conf/options
parent7834123faf84837f07b0d243ed77aae77b67d435 (diff)
downloadFreeBSD-src-dd3a7906ab066bb6da5ec7f1fcf0fbe6d1ddc268.zip
FreeBSD-src-dd3a7906ab066bb6da5ec7f1fcf0fbe6d1ddc268.tar.gz
Add support for VTOC8 labels (aka sun disk labels). When a label does
not have VTOC information about the partitions, it will be created. This is because the VTOC information is used for the partition type and FreeBSD's sunlabel(8) does not create nor use VTOC information. For this purpose, new tags have been added to support FreeBSD's partition types.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 21df95a..2525f29 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -94,6 +94,7 @@ GEOM_PART_APM opt_geom.h
GEOM_PART_BSD opt_geom.h
GEOM_PART_GPT opt_geom.h
GEOM_PART_MBR opt_geom.h
+GEOM_PART_VTOC8 opt_geom.h
GEOM_PC98 opt_geom.h
GEOM_RAID3 opt_geom.h
GEOM_SHSEC opt_geom.h
OpenPOWER on IntegriCloud