]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[script] Allow scripts to be replaced
authorMichael Brown <mcb30@ipxe.org>
Wed, 9 Mar 2011 17:32:32 +0000 (17:32 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 9 Mar 2011 17:32:32 +0000 (17:32 +0000)
commite934447a60e7d9fe84e246ad03c1a16d4bb88a9b
treeda68444ba14359b96e266a6d5d04f6ba85fa528a
parent4562223420c983864b2335b0a9bfe8d70993e123
[script] Allow scripts to be replaced

A script that downloads a new image using imgdownload() with the
action register_and_replace_image() can now be freed immediately
before the replacement image is executed.  This functionality is not
yet exposed via an iPXE command.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/image/script.c