summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-09-29 21:45:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-09-29 21:45:36 -0700
commit0d5291acef3054e516603f58e982b0b570217adf (patch)
treee624c58239bdf2852257060242c740e6f5a0f9e5 /NEWS
parent6ce3fcc997931e7903408724b4cade3ed09b1e99 (diff)
downloadsyslinux-0d5291acef3054e516603f58e982b0b570217adf.tar.gz
NEWS: document pxelinux-options
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 594cf755..c934a3e3 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,13 @@ Changes in 3.83:
* Simple menu: fix Ctrl-W (word erase) in command-line edit.
* Simple menu: fix crash on some platforms.
* Gfxboot: fixes to the configuration file parsing.
+ * PXELINUX: add a tool to override specific DHCP options via
+ values hardcoded in the pxelinux.0 file. These hardcoded
+ values can be either "before DHCP" (defaults if DHCP do not
+ provide values), or "after DHCP" (overrides DHCP). The tool
+ pxelinux-options can be used to set these options. This
+ feature does not apply to gpxelinux.0; when used with gPXE
+ this is better handled by modifying the embedded script.
Changes in 3.82:
* isohybrid: fix the -partok logic for loading from a partition.