Changeset 0d5291acef3054e516603f58e982b0b570217adf
- Timestamp:
- 09/30/09 04:45:36 (2 years ago)
- Author:
- H. Peter Anvin <hpa@…>
- Children:
- 87d502a11f288f896387892637c3d83028859fd5
- Parents:
- 6ce3fcc997931e7903408724b4cade3ed09b1e99
- git-committer:
- H. Peter Anvin <hpa@zytor.com> / 2009-09-29T21:45:36Z-0700
- Message:
-
NEWS: document pxelinux-options
Signed-off-by: H. Peter Anvin <hpa@…>
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r788da30
|
r0d5291
|
|
| 19 | 19 | * Simple menu: fix crash on some platforms. |
| 20 | 20 | * Gfxboot: fixes to the configuration file parsing. |
| | 21 | * PXELINUX: add a tool to override specific DHCP options via |
| | 22 | values hardcoded in the pxelinux.0 file. These hardcoded |
| | 23 | values can be either "before DHCP" (defaults if DHCP do not |
| | 24 | provide values), or "after DHCP" (overrides DHCP). The tool |
| | 25 | pxelinux-options can be used to set these options. This |
| | 26 | feature does not apply to gpxelinux.0; when used with gPXE |
| | 27 | this is better handled by modifying the embedded script. |
| 21 | 28 | |
| 22 | 29 | Changes in 3.82: |