Mailing List Archive

Setting DHCP option 211 (RebootTime) via COM32
Hi everybody,

is it possible to set the pxelinux.reboottime from a COM32 module? I'm
aware of the DHCP option, but I'd like to tweak this parameter according
to some logic in my COM32 code before I access a file via fread()/TFTP.

Thank, Ulrich

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: Setting DHCP option 211 (RebootTime) via COM32 [ In reply to ]
Ulrich Wiedemann wrote:
> Hi everybody,
>
> is it possible to set the pxelinux.reboottime from a COM32 module? I'm
> aware of the DHCP option, but I'd like to tweak this parameter according
> to some logic in my COM32 code before I access a file via fread()/TFTP.
>

You obviously can't set a DHCP option (the DHCP has come and gone at
this point...); at the moment there isn't any way to tweak this from a
COM32 module, but it would be possible to add such an option.

However, what is your intended use?

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.