IMAGE_ARCHIVE_CMD
Configured via config/general.h
.
#define IMAGE_GZIP /* GZIP image support */ #define IMAGE_ARCHIVE_CMD /* Archive image management commands */
This build option enables the command imgextract
.
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 IMAGE_GZIP
or IMAGE_ZLIB
.