From bf4d5601341becb4454304a6252ee1f43a713809 Mon Sep 17 00:00:00 2001 From: Shao Miller Date: Sat, 26 Jun 2010 02:19:04 -0400 Subject: [PATCH] chain: Support booting GPT partition by label Use the "label:" specifier followed by the label for one of a GPT disk's partitions. Signed-off-by: Shao Miller --- NEWS | 2 +- com32/modules/chain.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 73 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 3066892..7fd76c3 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ or EXTLINUX apply to that specific program only; other changes apply to all derivatives. Changes in 4.00: - * chain.c32: support booting GPT partitions by index and GUID + * chain.c32: support booting GPT partitions by index, GUID, label * chain.c32: support booting the Syslinux partition with "fs" * chain.c32: implement gpt.txt hand-over protocol Changes in 3.86: diff --git a/com32/modules/chain.c b/com32/modules/chain.c index 8f8768c..4af7b25 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -23,15 +23,17 @@ * chain fd [options] * chain mbr: [] [options] * chain guid: [] [options] + * chain label: