From: Hugo Osvaldo Barrera Date: Thu, 24 Mar 2022 21:53:57 +0000 (+0100) Subject: Add UUID for the partition types on Apple Silicon X-Git-Tag: v2.38~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea787ee1ffde2405aa6a18681aa07c074e88637e;p=thirdparty%2Futil-linux.git Add UUID for the partition types on Apple Silicon --- diff --git a/include/pt-gpt-partnames.h b/include/pt-gpt-partnames.h index 93fb97c62f..23a1377609 100644 --- a/include/pt-gpt-partnames.h +++ b/include/pt-gpt-partnames.h @@ -191,6 +191,8 @@ DEF_GUID("426F6F74-0000-11AA-AA11-00306543ECAC", N_("Apple boot")), DEF_GUID("4C616265-6C00-11AA-AA11-00306543ECAC", N_("Apple label")), DEF_GUID("5265636F-7665-11AA-AA11-00306543ECAC", N_("Apple TV recovery")), DEF_GUID("53746F72-6167-11AA-AA11-00306543ECAC", N_("Apple Core storage")), +DEF_GUID("69646961-6700-11AA-AA11-00306543ECAC", N_("Apple Silicon boot")), +DEF_GUID("52637672-7900-11AA-AA11-00306543ECAC", N_("Apple Silicon recovery")), /* Solaris */ DEF_GUID("6A82CB45-1DD2-11B2-99A6-080020736631", N_("Solaris boot")),