Merge pull request #310110 from lheckemann/linux-modules-xz
linux: always use xz for compressing modules
This commit is contained in:
commit
4467d803aa
2 changed files with 2 additions and 3 deletions
|
@ -53,7 +53,7 @@ Use `services.pipewire.extraConfig` or `services.pipewire.configPackages` for Pi
|
||||||
- `system.etc.overlay.enable` option was added. If enabled, `/etc` is
|
- `system.etc.overlay.enable` option was added. If enabled, `/etc` is
|
||||||
mounted via an overlayfs instead of being created by a custom perl script.
|
mounted via an overlayfs instead of being created by a custom perl script.
|
||||||
|
|
||||||
- For each supporting version of the Linux kernel firmware blobs and kernel modules
|
- For each supporting version of the Linux kernel firmware blobs
|
||||||
are compressed with zstd. For firmware blobs this means an increase of 4.4% in size, however
|
are compressed with zstd. For firmware blobs this means an increase of 4.4% in size, however
|
||||||
a significantly higher decompression speed.
|
a significantly higher decompression speed.
|
||||||
|
|
||||||
|
|
|
@ -951,8 +951,7 @@ let
|
||||||
ZEROPLUS_FF = yes;
|
ZEROPLUS_FF = yes;
|
||||||
|
|
||||||
MODULE_COMPRESS = whenOlder "5.13" yes;
|
MODULE_COMPRESS = whenOlder "5.13" yes;
|
||||||
MODULE_COMPRESS_XZ = whenOlder "5.13" yes;
|
MODULE_COMPRESS_XZ = yes;
|
||||||
MODULE_COMPRESS_ZSTD = whenAtLeast "5.13" yes;
|
|
||||||
|
|
||||||
SYSVIPC = yes; # System-V IPC
|
SYSVIPC = yes; # System-V IPC
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue