Util-Linux package development
 help / color / mirror / Atom feed
* fdisk - mistyping in gpt type table (one character)
@ 2015-07-13  7:59 Андрей Гаврилин
  2015-07-15 12:31 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Андрей Гаврилин @ 2015-07-13  7:59 UTC (permalink / raw)
  To: majordomo, util-linux

GUID Partition Table: MidnightBSD

85D5E45E-237C-11E1-B4B3-E89A8F7FC3A7    Boot partition
85D5E45A-237C-11E1-B4B3-E89A8F7FC3A7    Data partition
85D5E45B-237C-11E1-B4B3-E89A8F7FC3A7    Swap partition
0394EF8B-237E-11E1-B4B3-E89A8F7FC3A7    Unix File System (UFS) partition
85D5E45C-237C-11E1-B4B3-E89A8F7FC3A7    Vinum volume manager partition
85D5E45D-237C-11E1-B4B3-E89A8F7FC3A7    ZFS partition

util-linux-2.26/libfdisk/src/gpt.c:235

Original code:

        DEF_GUID("85D5E45A-237C-11E1-B4B3-E89A8F7FC3A7",
N_("MidnightBSD data")),
        DEF_GUID("85D5E45E-237C-11E1-B4B3-E89A8F7FC3A7",
N_("MidnightBSD boot")),
        DEF_GUID("85D5E45B-237C-11E1-B4B3-E89A8F7FC3A7",
N_("MidnightBSD swap")),
        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")),

One string has to be replaced.

        DEF_GUID("0394EF8B-237E-11E1-B4B3-E89A8F7FC3A7", N_("MidnightBSD UFS")),

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-15 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13  7:59 fdisk - mistyping in gpt type table (one character) Андрей Гаврилин
2015-07-15 12:31 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox