====== Archive image management commands ====== ===== Name ===== IMAGE_ARCHIVE_CMD ===== Header file ===== Configured via ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/general.h|config/general.h]]''. ===== Examples ===== === Enable support for GZIP images and archive image management commands === #define IMAGE_GZIP /* GZIP image support */ #define IMAGE_ARCHIVE_CMD /* Archive image management commands */ ===== Description ===== This build option enables the command ''[[:cmd:imgextract]]''. ===== See also ===== * ''[[:buildcfg:IMAGE_GZIP]]'' * ''[[:buildcfg:IMAGE_ZLIB]]'' * ''[[:cmd:imgextract]]'' command * [[:buildcfg|List of all iPXE build options]] ===== Notes ===== This option will take effect only if iPXE is configured to support at least one archive image format. You may wish to enable support for GZIP or ZLIB images using the build options ''[[:buildcfg:IMAGE_GZIP]]'' or ''[[:buildcfg:IMAGE_ZLIB]]''.