Merge pull request #141818 from cab404/kernel-params-checking-2-return-of-changelogs

nixos/doc/manual/release_notes: add kernelParams notes

authored by

Timothy DeHerrera and committed by
GitHub
61d49535 0281ba6a

+24
+22
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
··· 57 </listitem> 58 <listitem> 59 <para> 60 bash now defaults to major version 5. 61 </para> 62 </listitem> ··· 1104 by default. Both packages now support an 1105 <literal>enableUnfree</literal> option to re-enable this 1106 functionality. 1107 </para> 1108 </listitem> 1109 </itemizedlist>
··· 57 </listitem> 58 <listitem> 59 <para> 60 + KDE Plasma now finally works on Wayland. 61 + </para> 62 + </listitem> 63 + <listitem> 64 + <para> 65 bash now defaults to major version 5. 66 </para> 67 </listitem> ··· 1109 by default. Both packages now support an 1110 <literal>enableUnfree</literal> option to re-enable this 1111 functionality. 1112 + </para> 1113 + </listitem> 1114 + <listitem> 1115 + <para> 1116 + <literal>services.xserver.displayManager.defaultSession = &quot;plasma5&quot;</literal> 1117 + does not work anymore, instead use either 1118 + <literal>&quot;plasma&quot;</literal> for the Plasma X11 1119 + session or <literal>&quot;plasmawayland&quot;</literal> for 1120 + the Plasma Wayland sesison. 1121 + </para> 1122 + </listitem> 1123 + <listitem> 1124 + <para> 1125 + <literal>boot.kernelParams</literal> now only accepts one 1126 + command line parameter per string. This change is aimed to 1127 + reduce common mistakes like <quote>param = 12</quote>, which 1128 + would be parsed as 3 parameters. 1129 </para> 1130 </listitem> 1131 </itemizedlist>
+2
nixos/doc/manual/release-notes/rl-2111.section.md
··· 346 - `opencv2` no longer includes the non-free libraries by default, and consequently `pfstools` no longer includes OpenCV support by default. Both packages now support an `enableUnfree` option to re-enable this functionality. 347 - `services.xserver.displayManager.defaultSession = "plasma5"` does not work anymore, instead use either `"plasma"` for the Plasma X11 session or `"plasmawayland"` for the Plasma Wayland sesison. 348 349 ## Other Notable Changes {#sec-release-21.11-notable-changes} 350 351
··· 346 - `opencv2` no longer includes the non-free libraries by default, and consequently `pfstools` no longer includes OpenCV support by default. Both packages now support an `enableUnfree` option to re-enable this functionality. 347 - `services.xserver.displayManager.defaultSession = "plasma5"` does not work anymore, instead use either `"plasma"` for the Plasma X11 session or `"plasmawayland"` for the Plasma Wayland sesison. 348 349 + - `boot.kernelParams` now only accepts one command line parameter per string. This change is aimed to reduce common mistakes like "param = 12", which would be parsed as 3 parameters. 350 + 351 ## Other Notable Changes {#sec-release-21.11-notable-changes} 352 353