util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libfdisk: (gpt) add GUID for APFS containers
@ 2019-09-09 20:59 Ernesto A. Fernández
  2019-09-10 10:41 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Ernesto A. Fernández @ 2019-09-09 20:59 UTC (permalink / raw)
  To: util-linux

Add the partition type GUID for the Apple File System to gpt_parttypes.

Signed-off-by: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
---
 libfdisk/src/gpt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c
index 1658782a8..279f22978 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")),
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-10 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09 20:59 [PATCH] libfdisk: (gpt) add GUID for APFS containers Ernesto A. Fernández
2019-09-10 10:41 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).