]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for VTOC8 labels (aka sun disk labels). When a label does
authormarcel <marcel@FreeBSD.org>
Sun, 2 Mar 2008 00:52:49 +0000 (00:52 +0000)
committermarcel <marcel@FreeBSD.org>
Sun, 2 Mar 2008 00:52:49 +0000 (00:52 +0000)
commitdd3a7906ab066bb6da5ec7f1fcf0fbe6d1ddc268
tree19e8fe43e183a1619a8d309544378b80d44d698f
parent7834123faf84837f07b0d243ed77aae77b67d435
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.
sys/conf/files
sys/conf/options
sys/geom/part/g_part_vtoc8.c [new file with mode: 0644]
sys/sys/vtoc.h [new file with mode: 0644]