summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2022-03-17 10:17:51 +0100
committerLuflosi <luflosi@luflosi.de>2022-03-17 12:56:04 +0100
commit7867b9506b76d5d1e71419c1b259c0990afff081 (patch)
tree67507efc53f5f0f7bf1bc0aaf971fddf093796ff /nixos/doc/manual
parent47b699fe6c417b77575eff93be4b21a8530cf9be (diff)
downloadnixpkgs-7867b9506b76d5d1e71419c1b259c0990afff081.tar
nixpkgs-7867b9506b76d5d1e71419c1b259c0990afff081.tar.gz
nixpkgs-7867b9506b76d5d1e71419c1b259c0990afff081.tar.bz2
nixpkgs-7867b9506b76d5d1e71419c1b259c0990afff081.tar.lz
nixpkgs-7867b9506b76d5d1e71419c1b259c0990afff081.tar.xz
nixpkgs-7867b9506b76d5d1e71419c1b259c0990afff081.tar.zst
nixpkgs-7867b9506b76d5d1e71419c1b259c0990afff081.zip
nixos/doc/rl-22.05: add changelog entry for modprobe changes
Add a changelog entry for the changes in 3dc6fab5c9362db2cf079ffa15f2b62b05001747.
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index cb88db67235..7ef03b1f5e1 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -1319,6 +1319,14 @@
       </listitem>
       <listitem>
         <para>
+          The options <literal>boot.extraModprobeConfig</literal> and
+          <literal>boot.blacklistedKernelModules</literal> now also take
+          effect in the initrd by copying the file
+          <literal>/etc/modprobe.d/nixos.conf</literal> into the initrd.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>nixos-generate-config</literal> now puts the dhcp
           configuration in <literal>hardware-configuration.nix</literal>
           instead of <literal>configuration.nix</literal>.
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 27cca7158e0..d592d689611 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -491,6 +491,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - The option `services.duplicati.dataDir` has been added to allow changing the location of duplicati's files.
 
+- The options `boot.extraModprobeConfig` and `boot.blacklistedKernelModules` now also take effect in the initrd by copying the file `/etc/modprobe.d/nixos.conf` into the initrd.
+
 - `nixos-generate-config` now puts the dhcp configuration in `hardware-configuration.nix` instead of `configuration.nix`.
 
 - ORY Kratos was updated to version 0.8.3-alpha.1.pre.0, which introduces some breaking changes: