mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[image] Add "--autofree" option
Allow images to be automatically freed after execution completes (successfully or otherwise). Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -67,6 +67,9 @@ struct image {
|
||||
/** Image is trusted */
|
||||
#define IMAGE_TRUSTED 0x0004
|
||||
|
||||
/** Image will be automatically unregistered after execution */
|
||||
#define IMAGE_AUTO_UNREGISTER 0x0008
|
||||
|
||||
/** An executable image type */
|
||||
struct image_type {
|
||||
/** Name of this image type */
|
||||
|
||||
Reference in New Issue
Block a user