Changeset 76
- Timestamp:
- 03/28/07 15:55:32 (16 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig
r75 r76 1 #!/usr/bin/ envpython1 #!/usr/bin/python 2 2 # 3 3 # Author: Bas van der Vlies <basv@sara.nl> … … 345 345 bootinfo[REMOVE] = 0 346 346 347 configfile = ' pxeconfig.conf'347 configfile = '/usr/local/etc/pxeconfig.conf' 348 348 settings = ReadConfig(configfile) 349 349
Note: See TracChangeset
for help on using the changeset viewer.