Add more Apple partition types.
This commit is contained in:
parent
f13174303d
commit
ee085c333e
@ -117,6 +117,8 @@ struct gpt_ent {
|
||||
#define GPT_ENT_TYPE_LINUX_LVM \
|
||||
{0xe6d6d379,0xf507,0x44c2,0xa2,0x3c,{0x23,0x8f,0x2a,0x3d,0xf9,0x28}}
|
||||
|
||||
#define GPT_ENT_TYPE_APPLE_BOOT \
|
||||
{0x426F6F74,0x0000,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
|
||||
#define GPT_ENT_TYPE_APPLE_HFS \
|
||||
{0x48465300,0x0000,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
|
||||
#define GPT_ENT_TYPE_APPLE_UFS \
|
||||
@ -127,6 +129,10 @@ struct gpt_ent {
|
||||
{0x52414944,0x0000,0x11aa,0xaa,0x22,{0x00,0x30,0x65,0x43,0xec,0xac}}
|
||||
#define GPT_ENT_TYPE_APPLE_RAID_OFFLINE \
|
||||
{0x52414944,0x5f4f,0x11aa,0xaa,0x22,{0x00,0x30,0x65,0x43,0xec,0xac}}
|
||||
#define GPT_ENT_TYPE_APPLE_LABEL \
|
||||
{0x4C616265,0x6c00,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
|
||||
#define GPT_ENT_TYPE_APPLE_TV_RECOVERY \
|
||||
{0x5265636f,0x7665,0x11AA,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
|
||||
|
||||
#define GPT_ENT_TYPE_NETBSD_FFS \
|
||||
{0x49f48d5a,0xb10e,0x11dc,0xb9,0x9b,{0x00,0x19,0xd1,0x87,0x96,0x48}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user