]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: add GPT GUIDs for PReP
authorScott Moser <smoser@ubuntu.com>
Tue, 14 Jul 2015 20:10:17 +0000 (16:10 -0400)
committerKarel Zak <kzak@redhat.com>
Wed, 15 Jul 2015 12:38:03 +0000 (14:38 +0200)
Power Firmware (OFW) scans chosen devices for PReP partition IDs.

Signed-off-by: Scott Moser <smoser@ubuntu.com>
libfdisk/src/gpt.c

index 128a16989a01313686c5e94999211d0fa4d863b7..752bd181ddf5bda98636cb9c9601085ee0408aa4 100644 (file)
@@ -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 */