All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fdisk: Add GPT type GUID for Itanium Linux root
@ 2016-01-07 22:06 Andrew Wilcox
  2016-01-12  9:36 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Wilcox @ 2016-01-07 22:06 UTC (permalink / raw)
  To: util-linux

[-- 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 --]

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

* Re: [PATCH] fdisk: Add GPT type GUID for Itanium Linux root
  2016-01-07 22:06 [PATCH] fdisk: Add GPT type GUID for Itanium Linux root Andrew Wilcox
@ 2016-01-12  9:36 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2016-01-12  9:36 UTC (permalink / raw)
  To: Andrew Wilcox; +Cc: util-linux

On Thu, Jan 07, 2016 at 04:06:34PM -0600, Andrew Wilcox wrote:
>  libfdisk/src/gpt.c | 1 +
>  1 file changed, 1 insertion(+)

 Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

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

end of thread, other threads:[~2016-01-12  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07 22:06 [PATCH] fdisk: Add GPT type GUID for Itanium Linux root Andrew Wilcox
2016-01-12  9:36 ` Karel Zak

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.