Changeset 5aeb4beef6c4d5004babd463a2fb5b02af2b4df4

Show
Ignore:
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:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • NEWS

    r788da30 r0d5291  
    1919        * Simple menu: fix crash on some platforms. 
    2020        * 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. 
    2128 
    2229Changes in 3.82: 
  • utils/Makefile

    re462c2 r87d502  
    2222 
    2323TARGETS  = mkdiskimage isohybrid gethostip 
    24 ASIS     = keytab-lilo lss16toppm md5pass ppmtolss16 sha1pass syslinux2ansi 
     24ASIS     = keytab-lilo lss16toppm md5pass ppmtolss16 sha1pass syslinux2ansi \ 
     25           pxelinux-options 
    2526 
    2627ISOHDPFX = ../mbr/isohdpfx.bin ../mbr/isohdpfx_f.bin ../mbr/isohdpfx_c.bin \