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
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
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
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
4 matches
Mail list logo