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

pxeconfig, Changelog:

  • New pxeconfig version fixed a bug in no-interactive mode fixed and reported by: Charles Galpin <charles@…>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.