Table of Contents

Archive image management commands

Name

  IMAGE_ARCHIVE_CMD

Header file

Configured via 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 imgextract.

See also

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 IMAGE_GZIP or IMAGE_ZLIB.