]> git.ipfire.org Git - thirdparty/dracut.git/commit
feat: support ZSTD-compressed kernel modules
authorMikhail Novosyolov <m.novosyolov@rosalinux.ru>
Tue, 4 May 2021 09:28:46 +0000 (12:28 +0300)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 4 May 2021 15:55:19 +0000 (15:55 +0000)
commitce9af251af5fca08ea206ef980005853a4dac36e
treeae464482179fae4f95ce9a4b6833d657bc0110e2
parent4a76c187d0af61ecd7173690ffa31789e5b7cab8
feat: support ZSTD-compressed kernel modules

Modern Linux kernels support zstd-compressed modules, which was added
by commit 73f3d1b48f50 ("lib: Add zstd modules").

Commit c3d7ef377eb ("kbuild: add support for zstd compressed modules")
added support of compressing modules with zstd to kernel Makefiles.

libkmod >= 28 built with libzstd is also required.
dracut-init.sh
dracut.sh
install/dracut-install.c