Re: [ipxe-devel] Scripting help

2012-05-02 Thread Michael Brown
On Wednesday 02 May 2012 11:57:35 Jonathan Smith wrote: > Now I understand better how to embed a script. Thanks. > > How can I create a sdsk format file using ipxe? I can only find see how to > create .rom and .kpxe files. Use something like make bin/ipxe.sdsk EMBED=script.ipxe which will bui

Re: [ipxe-devel] Scripting help

2012-05-02 Thread Jonathan Smith
Latkowski Sent: 02 May 2012 11:33 To: ipxe-devel@lists.ipxe.org Subject: Re: [ipxe-devel] Scripting help Hi Jonathan, #!ipxe :retry_dhcp dhcp || goto retry_dhcp http://ipxe.org/scripting and Michael's link http://ipxe.org/embed You need a Linux to create an image. Regards, Sla

Re: [ipxe-devel] Scripting help

2012-05-02 Thread Slawomir Latkowski
Hi Jonathan, #!ipxe :retry_dhcp dhcp || goto retry_dhcp http://ipxe.org/scripting and Michael's link http://ipxe.org/embed You need a Linux to create an image. Regards, Slawomir 2012/5/2 Michael Brown > On Wednesday 02 May 2012 10:49:57 Jonathan Smith wrote: > > I have successful

Re: [ipxe-devel] Scripting help

2012-05-02 Thread Michael Brown
On Wednesday 02 May 2012 10:49:57 Jonathan Smith wrote: > I have successfully been using Etherboot code (from ROM-o-matic) to > generate sdsk format files for using on a compact flash card, on a > processor board containing an Intel 10/100 chip. > > I am now upgrading to ipxe and wish to add an em