]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[image] Add "--replace" option
authorMichael Brown <mcb30@ipxe.org>
Fri, 20 Jul 2012 11:36:41 +0000 (12:36 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 20 Jul 2012 11:45:15 +0000 (12:45 +0100)
commit5d3c368efbc23d0e85e7bb3fa20c3766bfafd88a
tree3fc7bc18dc96317acbd55ba7fecc8c956507b7d8
parentd3c660b6718c8d85b34d5c7ca8c4ed12659e1cc7
[image] Add "--replace" option

Expose image tail-recursion to iPXE scripts via the "--replace"
option.  This functions similarly to exec() under Unix: the
currently-executing script is replaced with the new image (as opposed
to running the new image as a subroutine).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/image.c
src/hci/commands/image_cmd.c