Craig Johnston
2012-Jan-04 22:18 UTC
[syslinux] PXELINUX Lua bindings for DHCP in future release?
I saw a post by Timm Gleason back in Oct. 2011 - http://www.syslinux.org/archives/2011-October/016928.html This would also be handy for something I'm doing, but my group is leery of "owning" syslinux in order to incorporate this patch. I did a quick test to my own build, and it seemed to work well. What would it take to get this incorporated into a future syslinux release? Is there a description somewhere on how to prepare and submit patches? I see on the Git repository that there are multiple development heads. Is one more applicable to a new feature like this? If I can do something to help the process along, I'd be happy to. Craig
Schlomo Schapiro
2012-Jan-05 12:23 UTC
[syslinux] PXELINUX Lua bindings for DHCP in future release?
Hi, for similar reasons we use a combination of pxelinux and iPXE (ipxe.org). ipxe has no menu system, but allows one to write scripts with this kind of information. Therefore human interaction PXE boots mostly go to pxelinux and menu.c32 and fully automated boots go to ipxe scripts in some places. Thats the nice part of open source - mix and match :-) Thanks a lot for your post, so far I was not aware of the lua.c32 module at all! Regards, Schlomo On 4 January 2012 23:18, Craig Johnston <agspoon at gmail.com> wrote:> I saw a post by Timm Gleason back in Oct. 2011 - > http://www.syslinux.org/archives/2011-October/016928.html > > This would also be handy for something I'm doing, but my group is > leery of "owning" syslinux in order to incorporate this patch. > > I did a quick test to my own build, and it seemed to work well. > > What would it take to get this incorporated into a future syslinux > release? Is there a description somewhere on how to prepare and > submit patches? I see on the Git repository that there are multiple > development heads. Is one more applicable to a new feature like this? > > If I can do something to help the process along, I'd be happy to. > > Craig > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > >
Gene Cumm
2012-Jan-05 18:34 UTC
[syslinux] PXELINUX Lua bindings for DHCP in future release?
On Wed, Jan 4, 2012 at 17:18, Craig Johnston <agspoon at gmail.com> wrote:> What would it take to get this incorporated into a future syslinux > release?For starters, someone submitting a patch.>?Is there a description somewhere on how to prepare and > submit patches?doc/SubmittingPatches.txt>?I see on the Git repository that there are multiple > development heads. ?Is one more applicable to a new feature like this?Your best bet is probably master but one of the nice features of git is applying that commit to multiple places. There is currently no difference in com32/lua/ between the master and lwip (future 4.10 release) branches. -- -Gene