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
ipxe.org.
--
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/4
_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo/ipxe-devel