summaryrefslogtreecommitdiff
path: root/2024-05-29gnu: linux-libre: Enable Zstd compression of kernel modules.Maxim Cournoyer This brings the on disk size of the kernel from 164 MiB to 144 MiB, or about 12%. * gnu/packages/linux.scm (default-extra-linux-options) [version>=5.13]: Enable CONFIG_MODULE_COMPRESS_ZSTD, else CONFIG_MODULE_COMPRESS_GZIP. (make-linux-libre*) [phases] {set-environment}: Set ZSTD_CLEVEL environment variable to 19. [native-inputs]: Add zstd. * gnu/build/linux-modules.scm (module-regex): Add .zst to regexp. Update doc. (modinfo-section-contents): Extend support to Zstd compressed module. (dot-ko): Register the 'zstd compression type. (ensure-dot-ko, file-name->module-name, load-linux-module*) (module-name->file-name/guess, write-module-name-database) (write-module-alias-database, write-module-device-database): Update doc. (module-name-lookup): Also consider zstd-compressed modules. * gnu/installer.scm (installer-program): Add guile-zstd extension to gexp. * gnu/system/linux-initrd.scm (flat-linux-module-directory): Likewise. Decompress zstd-compressed modules for use in initrd. * guix/profiles.scm (linux-module-database): Add guile-zstd extension to gexp. Change-Id: Ide899dc5c58ea5033583b1a91a92c025fc8d901a mmit/html/settings.html?h=v1.0-beta3&id=b75a5717a084c9e5a727c2e960f2b910abcb5ace'>add a repo querying HTML interfaceWojtek Kosior 2022-01-22add a mapping/resources installation dialogWojtek Kosior 2022-01-15make blocking rules queryable in pattern tree just as mappings areWojtek Kosior 2022-01-14add settings page with stylingWojtek Kosior