[ipxe-devel] [ipxe/ipxe] [image] Add support for GZIP compressed images (#109)
Miao Wang
notifications at github.com
Mon Mar 23 20:12:03 UTC 2020
This patch introduced a new type of image entitled gzip, providing
support for gzip compressed boot images. After selected and exec-ed, the
image will be uncompressed into a new one with the same name and
cmdline, which immediately relpaces the original one and get exec-ed.
This patch is based on Petr Borsodi's work in pr #97
Acked-by: Petr Borsodi <petr.borsodi at gmail.com>
Signed-off-by: Miao Wang <shankerwangmiao at gmail.com>
You can view, comment on, or merge this pull request online at:
https://github.com/ipxe/ipxe/pull/109
-- Commit Summary --
* [deflate] Add support for GZIP decompression
* [deflate] Add window buffer for GZIP decompression
* [image] Add support for GZIP compressed images
-- File Changes --
M src/config/config.c (3)
M src/config/general.h (1)
M src/crypto/deflate.c (239)
A src/image/gzip.c (192)
M src/include/ipxe/deflate.h (43)
M src/include/ipxe/errfile.h (1)
M src/tests/deflate_test.c (18)
-- Patch Links --
https://github.com/ipxe/ipxe/pull/109.patch
https://github.com/ipxe/ipxe/pull/109.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/109
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20200323/006f0448/attachment.htm>
More information about the ipxe-devel
mailing list