<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/9/2014 6:29 PM, CLOSE Dave wrote:<br>
    </div>
    <blockquote cite="mid:54370C41.5000306@us.thalesgroup.com"
      type="cite">
      <pre wrap="">Sten Carlsen wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Could you put a client-identifier into the final image? Or some other
identifier that can be matched?
</pre>
      </blockquote>
      <pre wrap="">
Perhaps. I'll have to investigate. PXE loads only two files, a kernel 
and a compressed initial ram disk (initrd). Presently, I'm using the 
vanilla versions of each for Fedora 20. Perhaps there's something in the 
initrd that I can adjust.

</pre>
      <blockquote type="cite">
        <pre wrap="">The purpose would be to match the final image to a class, leaving all
the kickstart stuff alone.
</pre>
      </blockquote>
      <pre wrap="">
Do you have any suggestion of what I might change?
</pre>
    </blockquote>
    <br>
    <tt>Does kickstart send the hostname every time?<br>
      <font color="#993300">if (option host-name = "kickstart") {<br>
            option domain-name-servers 10.0.1.10; <br>
        }<br>
        <font color="#000000"><br>
          or:</font></font></tt><br>
    <tt><font color="#993300"><font color="#000000"><font
            color="#993300"><tt>class "kickstart" {<br>
                      match if substring(option vendor-class-identifier,
              0, 9) = "</tt><tt><tt>kickstart</tt>";<br>
            </tt><tt>        option dhcp.host-name = "kickstart";<br>
                      option fqdn.hostname = "kickstart";<br>
              #       option domain-name      "kickstart.example.com";<br>
            </tt><tt><tt>#       option ddns-domainname 
                "kickstart.example.com";<br>
              </tt></tt></font></font></font></tt><tt><font
        color="#993300"><font color="#000000"><font color="#993300"><tt><tt><font
                  color="#993300">        option domain-name-servers
                  10.0.1.10; <br>
                </font></tt>}<br>
            </tt></font><br>
          Bill</font><br>
      </font></tt>
  </body>
</html>