]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: (gpt) add /home GUID
authorKarel Zak <kzak@redhat.com>
Thu, 31 Oct 2013 07:53:03 +0000 (08:53 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 31 Oct 2013 07:53:03 +0000 (08:53 +0100)
Reported-by: andreas.hanke@gmx-topmail.de
References: http://cgit.freedesktop.org/systemd/systemd/commit/?id=1a14a53cfded6e78c6e8dfb73fdff0039971d642
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/gpt.c

index f4c46b94d3428e98bfb3732aea42ae0f9a2c1ad0..4cf3d210afe9d93e5cc91b7d369d8e73beb9eb97 100644 (file)
@@ -168,6 +168,7 @@ static struct fdisk_parttype gpt_parttypes[] =
        DEF_GUID("0657FD6D-A4AB-43C4-84E5-0933C84B4F4F", N_("Linux swap")),
        DEF_GUID("E6D6D379-F507-44C2-A23C-238F2A3DF928", N_("Linux LVM")),
        DEF_GUID("8DA63339-0007-60C0-C436-083AC8230908", N_("Linux reserved")),
+       DEF_GUID("933AC7E1-2EB4-4F13-B844-0E14E2AEF915", N_("Linux /home partition")),
 
        /* FreeBSD */
        DEF_GUID("516E7CB4-6ECF-11D6-8FF8-00022D09712B", N_("FreeBSD data")),