From b8d07d9bec549f8ee371ddb10479ce8080fcdd5d Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 14 Jul 2015 16:10:17 -0400 Subject: [PATCH] libfdisk: add GPT GUIDs for PReP Power Firmware (OFW) scans chosen devices for PReP partition IDs. Signed-off-by: Scott Moser --- libfdisk/src/gpt.c | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.47.3