summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2020-08-23 11:39:58 +0200
committerGitHub <noreply@github.com>2020-08-23 11:39:58 +0200
commit737f4ec73a2dc68972e7e976eded4fab13bc0dba (patch)
treea0f2cf9f36d4250b859c0a78abe76822c509cc9a /nixos
parent1ce4502e3b3f4ef69133f287b36d330d7e933173 (diff)
parent106723615096b7c85ae2b9ec4add851a7cbdef81 (diff)
downloadnixpkgs-737f4ec73a2dc68972e7e976eded4fab13bc0dba.tar
nixpkgs-737f4ec73a2dc68972e7e976eded4fab13bc0dba.tar.gz
nixpkgs-737f4ec73a2dc68972e7e976eded4fab13bc0dba.tar.bz2
nixpkgs-737f4ec73a2dc68972e7e976eded4fab13bc0dba.tar.lz
nixpkgs-737f4ec73a2dc68972e7e976eded4fab13bc0dba.tar.xz
nixpkgs-737f4ec73a2dc68972e7e976eded4fab13bc0dba.tar.zst
nixpkgs-737f4ec73a2dc68972e7e976eded4fab13bc0dba.zip
Merge pull request #95988 from rnhmjoj/release-notes
nixos/release-notes: mention GRUB password support
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 83bc2f82bbf..b958aab07c5 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -128,7 +128,7 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
    </listitem>
    <listitem>
     <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
       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
@@ -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.
      </para>
    </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>
  </section>