From: Ernesto A. Fernández Date: Mon, 9 Sep 2019 20:59:07 +0000 (-0300) Subject: libfdisk: (gpt) add GUID for APFS containers X-Git-Tag: v2.35-rc1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b221b9a9d775ee432181e9a12a99daf0a0295d83;p=thirdparty%2Futil-linux.git libfdisk: (gpt) add GUID for APFS containers Add the partition type GUID for the Apple File System to gpt_parttypes. Signed-off-by: Ernesto A. Fernández --- diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index 1658782a85..279f229789 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -217,6 +217,7 @@ static struct fdisk_parttype gpt_parttypes[] = /* Apple OSX */ DEF_GUID("48465300-0000-11AA-AA11-00306543ECAC", N_("Apple HFS/HFS+")), + DEF_GUID("7C3457EF-0000-11AA-AA11-00306543ECAC", N_("Apple APFS")), DEF_GUID("55465300-0000-11AA-AA11-00306543ECAC", N_("Apple UFS")), DEF_GUID("52414944-0000-11AA-AA11-00306543ECAC", N_("Apple RAID")), DEF_GUID("52414944-5F4F-11AA-AA11-00306543ECAC", N_("Apple RAID offline")),