Changeset 98


Ignore:
Timestamp:
07/27/07 14:25:29 (17 years ago)
Author:
bas
Message:

pxeconfig.in:

  • Pxeconfig files are now sorted alphabetically
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Changelog

    r88 r98  
     1XXXX
     2 - List of pxeconfig files are now sorted alphabetically
     3
    140.7
    25 - Added default.memtest and default.flashqla as example how to
  • trunk/hexls.in

    • Property svn:executable set to *
  • trunk/pxeconfig.in

    • Property svn:executable set to *
    r97 r98  
    133133  if default_file:
    134134    files.remove(default_file)
     135
     136  # sort the files
     137  #
     138  files.sort()
    135139 
    136 
    137140  print 'Which pxe config file must we use: ?'
    138141  i = 1   
  • trunk/pxeconfigd.in

    • Property svn:executable set to *
Note: See TracChangeset for help on using the changeset viewer.