From: Scott Moser Date: Tue, 14 Jul 2015 20:10:17 +0000 (-0400) Subject: libfdisk: add GPT GUIDs for PReP X-Git-Tag: v2.27-rc1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d07d9bec549f8ee371ddb10479ce8080fcdd5d;p=thirdparty%2Futil-linux.git libfdisk: add GPT GUIDs for PReP Power Firmware (OFW) scans chosen devices for PReP partition IDs. Signed-off-by: Scott Moser --- diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index 128a16989a..752bd181dd 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -242,6 +242,9 @@ static struct fdisk_parttype gpt_parttypes[] = DEF_GUID("0394EF8B-237E-11E1-B4B3-E89A8F7FC3A7", N_("MidnightBSD UFS")), DEF_GUID("85D5E45D-237C-11E1-B4B3-E89A8F7FC3A7", N_("MidnightBSD ZFS")), DEF_GUID("85D5E45C-237C-11E1-B4B3-E89A8F7FC3A7", N_("MidnightBSD Vinum")), + + /* PowerPC reference platform boot partition */ + DEF_GUID("9E1A2D38-C612-4316-AA26-8B49521E5A8B", N_("PowerPC PReP boot")), }; /* gpt_entry macros */