Changeset 78 for trunk/pxeconfig.in


Ignore:
Timestamp:
03/28/07 15:58:11 (17 years ago)
Author:
bas
Message:

pxeconfig.in:

  • Orignal version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig.in

    r77 r78  
    1 #!/usr/bin/python
     1#!@PYTHON@
    22#
    33# Author: Bas van der Vlies <basv@sara.nl>
     
    345345  bootinfo[REMOVE] = 0
    346346
    347   configfile = '/usr/local/etc/pxeconfig.conf'
     347  configfile = '@pxeconfig_conf@'
    348348  settings = ReadConfig(configfile)
    349349
Note: See TracChangeset for help on using the changeset viewer.