c78bc4087e
This partitioning scheme is used in DragonFlyBSD. It is similar to BSD disklabel, but has the following improvements: * metadata has own dedicated place and isn't accessible through partitions; * all offsets are 64-bit; * supports 16 partitions by default (has reserved place for more); * has reserved place for backup label (but not yet implemented); * has UUIDs for partitions and partition types; No objections from: geom MFC after: 2 weeks Relnotes: yes
14 lines
202 B
Makefile
14 lines
202 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= geom_part_apm \
|
|
geom_part_bsd \
|
|
geom_part_bsd64 \
|
|
geom_part_ebr \
|
|
geom_part_gpt \
|
|
geom_part_ldm \
|
|
geom_part_mbr \
|
|
geom_part_pc98 \
|
|
geom_part_vtoc8
|
|
|
|
.include <bsd.subdir.mk>
|