Merge pull request #95988 from rnhmjoj/release-notes
nixos/release-notes: mention GRUB password support
This commit is contained in:
commit
737f4ec73a
1 changed files with 10 additions and 1 deletions
|
@ -128,7 +128,7 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Two new option <link linkend="opt-documentation.man.generateCaches">documentation.man.generateCaches</link>
|
The new option <link linkend="opt-documentation.man.generateCaches">documentation.man.generateCaches</link>
|
||||||
has been added to automatically generate the <literal>man-db</literal> caches, which are needed by utilities
|
has been added to automatically generate the <literal>man-db</literal> caches, which are needed by utilities
|
||||||
like <command>whatis</command> and <command>apropos</command>. The caches are generated during the build of
|
like <command>whatis</command> and <command>apropos</command>. The caches are generated during the build of
|
||||||
the NixOS configuration: since this can be expensive when a large number of packages are installed, the
|
the NixOS configuration: since this can be expensive when a large number of packages are installed, the
|
||||||
|
@ -195,6 +195,15 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
|
||||||
The NixOS module system now supports freeform modules as a mix between <literal>types.attrsOf</literal> and <literal>types.submodule</literal>. These allow you to explicitly declare a subset of options while still permitting definitions without an associated option. See <xref linkend='sec-freeform-modules'/> for how to use them.
|
The NixOS module system now supports freeform modules as a mix between <literal>types.attrsOf</literal> and <literal>types.submodule</literal>. These allow you to explicitly declare a subset of options while still permitting definitions without an associated option. See <xref linkend='sec-freeform-modules'/> for how to use them.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The GRUB module gained support for basic password protection, which
|
||||||
|
allows to restrict non-default entries in the boot menu to one or more
|
||||||
|
users. The users and passwords are defined via the option
|
||||||
|
<option>boot.loader.grub.users</option>.
|
||||||
|
Note: Password support is only avaiable in GRUB version 2.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue