Changeset 60


Ignore:
Timestamp:
10/31/05 12:50:24 (18 years ago)
Author:
bas
Message:

pxeconfig, Changelog:

  • New pxeconfig version fixed a bug in no-interactive mode fixed and reported by: Charles Galpin <charles@…>
Location:
trunk/pxeconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/Changelog

    r56 r60  
     10.6.2:
     2  - Fixed a bug in the non-interactive mode reported by and fixed
     3    by: Charles Galpin from defenderhosting.com
     4
    150.6.1:
    26  - Interactive mode did not work anymore. Fixed it by adding
  • trunk/pxeconfig/pxeconfig

    r58 r60  
    7777START='start'
    7878END='end'
    79 VERSION='0.6.1'
     79VERSION='0.6.2'
    8080REMOVE='remove'
    8181INTERACTIVE='interactive'
     
    231231
    232232def check_cmd_line(binfo):
    233   if len(binfo.keys()) != 4:
     233  if len(binfo.keys()) != 5:
    234234    print __doc__
    235235    print 'Not enough arguments to create the links!!'
Note: See TracChangeset for help on using the changeset viewer.