Changes between Version 19 and Version 20 of PxeInstallation


Ignore:
Timestamp:
08/22/12 14:21:45 (12 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PxeInstallation

    v19 v20  
    7878 Specify which tftpboot directory must be used, default: ''/tftpboot/pxelinux.cfg''
    7979
    80 client_script_hook::
     80client_script_hook:: (''' obsolete >= 4.1.0 ''')
    8181  This option is used by the client program ''pxeconfig'' it executes a script before a host link is created with the host ip-address as first argument. We use this to open ports on our firewall to allow the host to use rsync or bittorrent protocol.
     82
     83
     84client_script_hook_add:: (>= 4.1.0)
     85  This option is used by the client program ''pxeconfig'' it executes a script before a host link is created with the host ip-address as first argument. We use this to open ports on our firewall to allow the host to use rsync or bittorrent protocol.
     86
     87
     88client_script_hook_remove:: (''')
     89  This option is used by the client program ''pxeconfig'' it executes a script before a host link is removed with the host ip-address as first argument. We use this to close ports on our firewall to deny the host to use rsync or bittorrent protocol.
    8290
    8391daemon_script_hook::