Sorry, it was right under my eyes. I just looked in the wrong place :-[
What I was looking for more specifically was the next-server and filename options to do some pxe stuff with either anywhereTS.com or thinstation.org, obviously I can do that right out of the box just by modifying config.xml
[code]
<dhcpd>- <lan><enable>- <range><from>192.168.1.100</from>
<to>192.168.1.199</to></range>
<winsserver>xxx.xxx.xxx.xxx</winsserver>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway>xxx.xxx.xxx.xxx</gateway>
<domain></domain>
<filename></filename>
--></enable></lan>
-</dhcpd>