summaryrefslogtreecommitdiffstats
path: root/src/image/zlib.c
Commit message (Collapse)AuthorAgeFilesLines
* [image] Allow single-member archive images to be executed transparentlyMichael Brown2021-05-121-0/+1
| | | | | | | | Provide image_extract_exec() as a helper method to allow single-member archive images (such as gzip compressed images) to be executed without an explicit "imgextract" step. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [zlib] Add support for zlib archive imagesMichael Brown2021-05-081-0/+162
Signed-off-by: Michael Brown <mcb30@ipxe.org>