====== GZIP image support ====== ===== Name ===== IMAGE_GZIP ===== 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 === #define IMAGE_GZIP /* GZIP images */ === 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 support for GZIP compressed images. ===== See also ===== * ''[[:buildcfg:IMAGE_ZLIB]]'' * ''[[:buildcfg:IMAGE_ARCHIVE_CMD]]'' * ''[[:cmd:imgextract]]'' command * [[:buildcfg|List of all iPXE build options]]