Changeset 5aeb4beef6c4d5004babd463a2fb5b02af2b4df4
- Timestamp:
- 10/04/09 18:44:23 (2 years ago)
- Author:
- Erwan Velu <erwan.velu@…>
- Children:
- 16b37fe2266c920087f88cdec94243b71218d871
- Parents:
- d5d1a306ce4926f907ace0a7cb79e540cadb77c1, 87d502a11f288f896387892637c3d83028859fd5
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-10-04T20:44:23Z+0200
- Message:
-
Merge commit 'hpa/master'
- 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: |
-
|
re462c2
|
r87d502
|
|
| 22 | 22 | |
| 23 | 23 | TARGETS = mkdiskimage isohybrid gethostip |
| 24 | | ASIS = keytab-lilo lss16toppm md5pass ppmtolss16 sha1pass syslinux2ansi |
| | 24 | ASIS = keytab-lilo lss16toppm md5pass ppmtolss16 sha1pass syslinux2ansi \ |
| | 25 | pxelinux-options |
| 25 | 26 | |
| 26 | 27 | ISOHDPFX = ../mbr/isohdpfx.bin ../mbr/isohdpfx_f.bin ../mbr/isohdpfx_c.bin \ |