summaryrefslogtreecommitdiffstats
path: root/libfdisk
diff options
context:
space:
mode:
authorKarel Zak2013-10-31 08:53:03 +0100
committerKarel Zak2013-10-31 08:53:03 +0100
commite49874e24c31f0ff1f6cc2a4de5cca122b713236 (patch)
tree36f83e69307bb2af1b189fae68c6c889b981558c /libfdisk
parentlibfdisk: (gpt) allow to work with hybrid GPT (diff)
downloadkernel-qcow2-util-linux-e49874e24c31f0ff1f6cc2a4de5cca122b713236.tar.gz
kernel-qcow2-util-linux-e49874e24c31f0ff1f6cc2a4de5cca122b713236.tar.xz
kernel-qcow2-util-linux-e49874e24c31f0ff1f6cc2a4de5cca122b713236.zip
libfdisk: (gpt) add /home GUID
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>
Diffstat (limited to 'libfdisk')
-rw-r--r--libfdisk/src/gpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c
index f4c46b94d..4cf3d210a 100644
--- a/libfdisk/src/gpt.c
+++ b/libfdisk/src/gpt.c
@@ -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")),