Power Firmware (OFW) scans chosen devices for PReP partition IDs. Signed-off-by: Scott Moser <smoser@xxxxxxxxxx> diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index 60d4b5a..0a02cf3 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -242,6 +242,9 @@ static struct fdisk_parttype gpt_parttypes[] = DEF_GUID("0394Ef8B-237C-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 */ -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html