From: Andrew Wilcox <AWilcox@Wilcox-Tech.com>
To: util-linux@vger.kernel.org
Subject: [PATCH] fdisk: Add GPT type GUID for Itanium Linux root
Date: Thu, 7 Jan 2016 16:06:34 -0600 [thread overview]
Message-ID: <568EE16A.8010609@Wilcox-Tech.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]
This adds a new GUID partition type for Linux roots on Itanium (IA-64).
Ref:
http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/
Signed-off-by: Andrew Wilcox <awilfox@adelielinux.org>
---
libfdisk/src/gpt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c
index 607cb32..8289ac4 100644
--- a/libfdisk/src/gpt.c
+++ b/libfdisk/src/gpt.c
@@ -196,6 +196,7 @@ static struct fdisk_parttype gpt_parttypes[] =
DEF_GUID("69DAD710-2CE4-4E3C-B16C-21A1D49ABED3", N_("Linux
root (ARM)")),
DEF_GUID("4F68BCE3-E8CD-4DB1-96E7-FBCAF984B709", N_("Linux
root (x86-64)")),
DEF_GUID("B921B045-1DF0-41C3-AF44-4C6F280D3FAE", N_("Linux root
(ARM-64)")),
+ DEF_GUID("993D8D3D-F80E-4225-855A-9DAF8ED7EA97", N_("Linux root
(IA-64)")),
DEF_GUID("8DA63339-0007-60C0-C436-083AC8230908", N_("Linux
reserved")),
DEF_GUID("933AC7E1-2EB4-4F13-B844-0E14E2AEF915", N_("Linux
home")),
DEF_GUID("A19D880F-05FC-4D3B-A006-743F0F84911E", N_("Linux
RAID")),
--
2.6.4
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2016-01-07 22:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-07 22:06 Andrew Wilcox [this message]
2016-01-12 9:36 ` [PATCH] fdisk: Add GPT type GUID for Itanium Linux root Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=568EE16A.8010609@Wilcox-Tech.com \
--to=awilcox@wilcox-tech.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.