From d3c660b6718c8d85b34d5c7ca8c4ed12659e1cc7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 20 Jul 2012 10:37:24 +0100 Subject: [image] Add "--autofree" option Allow images to be automatically freed after execution completes (successfully or otherwise). Signed-off-by: Michael Brown --- src/include/ipxe/image.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/image.h b/src/include/ipxe/image.h index ac97137bd..6022dce66 100644 --- a/src/include/ipxe/image.h +++ b/src/include/ipxe/image.h @@ -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 */ -- cgit v1.2.3-55-g7522