Changeset 186 for trunk/Changelog


Ignore:
Timestamp:
10/28/10 16:04:25 (13 years ago)
Author:
bas
Message:

Added mac address support for environments that have dynamic ip's. Depended on arp command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Changelog

    r185 r186  
    1 3.X.X:
     14.0.0:
    22  * Improved error handeling for AdvanceParser.py
    33    Author: Dennis Stam
     
    1818     - Updates for SYSLINUX version 4.02.
    1919     - Some obsolete menus (UBC,Ghost) have been removed. 
    20     Applied by : Ole Holm Nielsen
     20    Author: Ole Holm Nielsen
     21
     22  * Added support hosts that only can use mac address for
     23    pxelinux configuration.  This is used in environments
     24    where dynamic ip's are used. To enable this you must set in
     25    pxeconfig.conf:
     26        [DEFAULT]
     27        arp_command        : /usr/sbin/arp -n
     28
     29
     30    You must use hostname shortcuts.  Edit pxelinux.conf and add
     31    for eg:
     32        [bas]
     33        mac_address: 00:19:b9:de:21:47
     34
     35    Now you can use:
     36        pxeconfig bas
     37
     38    We can mix hostname and mac-address on the command line
     39
     40    Author: Bas van der Vlies
    2141
    22423.1.2:
Note: See TracChangeset for help on using the changeset viewer.