diff options
author | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2010-06-26 02:19:04 -0400 |
---|---|---|
committer | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2010-06-26 03:55:05 -0700 |
commit | bf4d5601341becb4454304a6252ee1f43a713809 (patch) | |
tree | 68908a10bd5547f778c88f74cdfb789f9a8740f0 /NEWS | |
parent | c6cc03c72e90e673f5b07e9bbc226b18b0e86f8f (diff) | |
download | syslinux-bf4d5601341becb4454304a6252ee1f43a713809.tar.gz syslinux-bf4d5601341becb4454304a6252ee1f43a713809.tar.xz syslinux-bf4d5601341becb4454304a6252ee1f43a713809.zip |
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 <shao.miller@yrdsb.edu.on.ca>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |