[syslinux] Passing option-209 to PXE client w/ ISC DHCPD

Luciano Rocha strange at nsk.no-ip.org
Mon Apr 28 03:52:36 PDT 2008


On Mon, Apr 28, 2008 at 12:29:17PM +0200, Geert Stappers wrote:
> I would like to known for whom the maintaince friendly solutions works.

I use a "friendly" solution, but not for syslinux. I don't remember of
these what are absolutely required, so here are all my options:

option space etuxbp;
option etuxbp.root code 1 = text;

subnet ... {
  subclass "vendor-classes" "etuxbp" {
    vendor-option-space etuxbp;
    option etuxbp.root = "auto:";
    option etuxbp.root = concat("http://bit/~luciano/root.cgi?hw=",
      binary-to-ascii(16, 8, ":", hardware));
  }
}

-- 
lfr
0/0




More information about the Syslinux mailing list