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

H. Peter Anvin hpa at zytor.com
Mon Apr 28 10:16:12 PDT 2008


Geert Stappers wrote:
>> 
> Where I want to do
> 
>  option space pxelinux;
>  option pxelinux.magic      code 208 = string;
>  option pxelinux.configfile code 209 = text;
>  option pxelinux.pathprefix code 210 = text;
>  option pxelinux.reboottime code 211 = unsigned integer 32;
> 
>   host inertia-eth0 {
>     hardware ethernet 00:1e:8c:e1:9f:4a ;
>     fixed-address inertia ;
>     option host-name "inertia" ;
>     next-server alpaca.gpm.stappers.nl ;
>     option pxelinux.configfile "gpxelinux.conf" ;
>     option pxelinux.prefix "http://alpaca/~stappers/d-i/amd64/" ;
>     option pxelinux.timeout 32 ;
>     vendor-option-space pxelinux ;
>     filename "gpxelinux.0" ;
>   }
> 

You have to declare what space you're going to use *before* you use it; 
move the line "vendor-option-space pxelinux;" up *before* the option lines.

	-hpa




More information about the Syslinux mailing list