forked from mirrors/nixpkgs
nixos/doc/manual/release_notes: add kernelParams notes
Ran md-to-db.sh, and for some reason got these changes as well. I guess someone
didn't update their manual 🤷
This commit is contained in:
parent
0281ba6ace
commit
aac4c42551
|
@ -55,6 +55,11 @@
|
|||
actions.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
KDE Plasma now finally works on Wayland.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
bash now defaults to major version 5.
|
||||
|
@ -1106,6 +1111,23 @@ Superuser created successfully.
|
|||
functionality.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>services.xserver.displayManager.defaultSession = "plasma5"</literal>
|
||||
does not work anymore, instead use either
|
||||
<literal>"plasma"</literal> for the Plasma X11
|
||||
session or <literal>"plasmawayland"</literal> for
|
||||
the Plasma Wayland sesison.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>boot.kernelParams</literal> now only accepts one
|
||||
command line parameter per string. This change is aimed to
|
||||
reduce common mistakes like <quote>param = 12</quote>, which
|
||||
would be parsed as 3 parameters.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section xml:id="sec-release-21.11-notable-changes">
|
||||
|
|
|
@ -346,6 +346,8 @@ In addition to numerous new and upgraded packages, this release has the followin
|
|||
- `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.
|
||||
- `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.
|
||||
|
||||
- `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.
|
||||
|
||||
## Other Notable Changes {#sec-release-21.11-notable-changes}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue