<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><meta charset="utf-8"><span class="Apple-style-span" style="font-family: Times; "><pre></pre></span>Hi,<br><blockquote type="cite"><span class="Apple-style-span" style="font-family: Times; "><pre>There are two small changes here.  The first is to add a space after 'echo -n output' so that prompts look a bit nicer.

The second is an 'equals' command that allows the user to do something like the following.  I tried to keep the code stylistically the same as the existing code.

echo -n Is this information correct? (y/n): && read answer
equals ${answer} y && goto mainloop ||
equals ${answer} Y && goto mainloop ||
goto nextstep

If accepted, please let me know how I can help update the documentation on <a href="http://ipxe.org">ipxe.org</a>.

-- 
Reply to this email directly or view it on GitHub:
<a href="https://github.com/ipxe/ipxe/pull/4">https://github.com/ipxe/ipxe/pull/4</a></pre></span></blockquote><div>Any comments related to this change?  You can see the changeset by following the link.  Or if it's easier for everybody, I can post a patch here instead of via github.</div><div><br></div><div>Thanks,</div><div>Greg</div></body></html>