Ulrich Wiedemann
2008-Jan-30 11:09 UTC
[syslinux] 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
H. Peter Anvin
2008-Feb-06 01:39 UTC
[syslinux] Setting DHCP option 211 (RebootTime) via COM32
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