mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
Merge pull request #628 from flatcar-linux/dongsu/kernel-module-compress
sys-kernel: compress modules with xz
This commit is contained in:
commit
eedd44fa18
@ -107,3 +107,6 @@ net-misc/rsync -cpu_flags_x86_sse2
|
||||
|
||||
# Don't read the firmware config from /etc/portage/savedconfig/
|
||||
sys-kernel/coreos-firmware -savedconfig
|
||||
|
||||
# Make kmod support kernel modules compressed via lzma(xz)
|
||||
sys-apps/kmod lzma
|
||||
|
@ -435,6 +435,8 @@ CONFIG_MMC_BLOCK_MINORS=16
|
||||
CONFIG_MMC_SDHCI=m
|
||||
CONFIG_MMC_SDHCI_PCI=m
|
||||
CONFIG_MODULES=y
|
||||
CONFIG_MODULE_COMPRESS=y
|
||||
CONFIG_MODULE_COMPRESS_XZ=y
|
||||
CONFIG_MODULE_SIG=y
|
||||
CONFIG_MODULE_SIG_KEY="certs/modules.pem"
|
||||
CONFIG_MODULE_SIG_SHA256=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user