Add disklabel64 support
MFC after: 2 weeks
This commit is contained in:
parent
c78bc4087e
commit
cd0a3bc097
@ -162,6 +162,7 @@ options GEOM_MULTIPATH # Disk multipath
|
||||
options GEOM_NOP # Test class.
|
||||
options GEOM_PART_APM # Apple partitioning
|
||||
options GEOM_PART_BSD # BSD disklabel
|
||||
options GEOM_PART_BSD64 # BSD disklabel64
|
||||
options GEOM_PART_EBR # Extended Boot Records
|
||||
options GEOM_PART_EBR_COMPAT # Backward compatible partition names
|
||||
options GEOM_PART_GPT # GPT partitioning
|
||||
|
@ -2756,6 +2756,7 @@ geom/part/g_part.c standard
|
||||
geom/part/g_part_if.m standard
|
||||
geom/part/g_part_apm.c optional geom_part_apm
|
||||
geom/part/g_part_bsd.c optional geom_part_bsd
|
||||
geom/part/g_part_bsd64.c optional geom_part_bsd64
|
||||
geom/part/g_part_ebr.c optional geom_part_ebr
|
||||
geom/part/g_part_gpt.c optional geom_part_gpt
|
||||
geom/part/g_part_ldm.c optional geom_part_ldm
|
||||
|
@ -111,6 +111,7 @@ GEOM_MULTIPATH opt_geom.h
|
||||
GEOM_NOP opt_geom.h
|
||||
GEOM_PART_APM opt_geom.h
|
||||
GEOM_PART_BSD opt_geom.h
|
||||
GEOM_PART_BSD64 opt_geom.h
|
||||
GEOM_PART_EBR opt_geom.h
|
||||
GEOM_PART_EBR_COMPAT opt_geom.h
|
||||
GEOM_PART_GPT opt_geom.h
|
||||
|
Loading…
Reference in New Issue
Block a user