about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-05-09 07:10:16 +0000
committerGitHub <noreply@github.com>2024-05-09 07:10:16 +0000
commit4467d803aa088c2ed62f70bb32ad8046223d27ee (patch)
treed8ef239dd01f7d8254713057b8884a4888cbbdd2 /nixos/doc/manual/release-notes
parent2450f5bd63fa5706556cb04f25fc94a6577c4a62 (diff)
parent2f04c5f8a3063206c66fa69a346d2776b8074115 (diff)
Merge pull request #310110 from lheckemann/linux-modules-xz
linux: always use xz for compressing modules
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 6aaad83c9ff33..4058f4e504418 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -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
   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
   a significantly higher decompression speed.