[ipxe-devel] iPXE scripting enhancements

Miller, Shao shao.miller at yrdsb.edu.on.ca
Mon Nov 22 22:02:54 UTC 2010


-----Original Message-----
From: ipxe-devel-bounces at lists.ipxe.org
[mailto:ipxe-devel-bounces at lists.ipxe.org] On Behalf Of Michael Brown
Sent: Monday, November 22, 2010 16:57
To: ipxe-devel at lists.ipxe.org
Subject: Re: [ipxe-devel] iPXE scripting enhancements

Several scripting improvements are now present.  Scripts can contain
labels 
and "goto", multi-layer variable expansion works as expected, and the
"isset" 
command allows for trivial conditional tests.  For example:

... ... ...

  goto :label

-----End of Original Message-----

I think you might have meant:

:label
...
  goto label

:)

- Shao Miller



More information about the ipxe-devel mailing list