<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>J.H. wrote:</tt>
<blockquote type="cite" cite="mid:4B931D0F.3060009@eaglescrag.net">
<title>Re: [gPXE-devel] Minor Scripting Improvements</title>
<!-- Converted from text/plain format -->
<p><tt><font size="2">Is there a way, from say syslinux, to set a
gPXE variable like ${again}<br>
that your making reference to?</font></tt></p>
</blockquote>
<tt><font size="2"><br>
Absolutely. Syslinux' gpxecmd.c32 can execute arbitrary gPXE commands
from the PXELINUX system (if gPXE is resident).<br>
<br>
LABEL breakloop<br>
COM32 gpxecmd.c32<br>
APPEND set again 0<br>
<br>
If this useful for you, John?<br>
<br>
- Shao Miller<br>
</font></tt>
</body>
</html>