From: Hill Ma Date: Tue, 24 Aug 2021 21:21:27 +0000 (-0700) Subject: Add partition type GUID for Haiku. X-Git-Tag: v2.38-rc1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d6722d930566429f9f371c05ca7101b9af3b36;p=thirdparty%2Futil-linux.git Add partition type GUID for Haiku. --- diff --git a/include/pt-gpt-partnames.h b/include/pt-gpt-partnames.h index 244edf3d04..e7a0be95c4 100644 --- a/include/pt-gpt-partnames.h +++ b/include/pt-gpt-partnames.h @@ -180,3 +180,6 @@ DEF_GUID("C91818F9-8025-47AF-89D2-F030D7000C2C", N_("Plan 9 partition")), /* HiFive Unleased bootloaders */ DEF_GUID("5B193300-FC78-40CD-8002-E86C45580B47", N_("HiFive Unleashed FSBL")), DEF_GUID("2E54B353-1271-4842-806F-E436D6AF6985", N_("HiFive Unleashed BBL")), + +/* Haiku */ +DEF_GUID("42465331-3BA3-10F1-802A-4861696B7521", N_("Haiku BFS")),