Changeset 114 for trunk/pxeconfig.in


Ignore:
Timestamp:
10/25/07 14:58:15 (15 years ago)
Author:
bas
Message:

Fixed a bug in the -r/--remove option. Do not display
the pxe filename menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig.in

    r108 r114  
    271271        Do you we have the right and propper values
    272272        """
    273         ### check_filename
     273        ### check_filename 
    274274        #
    275275        try:
     
    278278                        sys.exit(1)
    279279        except KeyError, detail:
    280                 binfo[FILENAME] = select_pxe_configfile()
     280                if binfo[REMOVE] :
     281                        binfo[FILENAME] = 'Does not matter'
     282                else:
     283                        binfo[FILENAME] = select_pxe_configfile()
    281284
    282285        if hostnames:
Note: See TracChangeset for help on using the changeset viewer.