<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    We're trying to run a command from the server to the new node, after
    the post-install in a kickstart file. We have tried to create a bash
    script file and copy it into the triggers folder
    (/var/lib/cobbler/triggers/) or into a subfolder of them, but this
    script is not executed in the kickstart.<br>
    <br>
    What is the correct way for telling Cobbler that I want to execute a
    script (trigger)<u><b> from the server</b></u> (not from the new
    node)? My purpose is execute a tool for synchronize some files from
    the server to the nove (we're testing a free tool called Synctool
    --&gt;&nbsp; <a class="moz-txt-link-freetext" href="http://www.heiho.net/synctool">http://www.heiho.net/synctool</a>).<br>
    <br>
    "run_install_triggers:1" in settings, but we don't get what we want.
    We have copied our script in
    /var/lib/cobbler/triggers/install/firstboot and
    /var/lib/cobbler/triggers/install/post, but not work (script is not
    executed)<br>
    <br>
    Thanks.<br>
  </body>
</html>