Changeset 114 for trunk/pxeconfig.in
- Timestamp:
- 10/25/07 14:58:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig.in
r108 r114 271 271 Do you we have the right and propper values 272 272 """ 273 ### check_filename 273 ### check_filename 274 274 # 275 275 try: … … 278 278 sys.exit(1) 279 279 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() 281 284 282 285 if hostnames:
Note: See TracChangeset
for help on using the changeset viewer.