On 30.06.2013 14:30, Oliver Rath wrote: > Am 07.09.2012 19:41, schrieb Thomas Glanzmann: >>> https://gist.github.com/2234639 > > The here used --replace option isnt documented in www.ipxe.org > Documentation. Is it realized at the moment or do I need a special patch?
It is in the standard build. Not sure why it's not documented. Probably just forgotten. --replace and --autofree (or -ar) together is the equivalent of a tail call (or exec in bash), i.e. you replace the currently running script with a new one and you never exit back to the previous one. -- Robin _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

