]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Fix systemd-boot man page wrong secure keys location
authorigo95862 <igo95862@yandex.ru>
Tue, 3 Jan 2023 07:18:58 +0000 (10:18 +0300)
committerLennart Poettering <lennart@poettering.net>
Tue, 3 Jan 2023 09:16:40 +0000 (10:16 +0100)
The keys should be placed at `/loader/keys/` not `/keys/`.

See `src/boot/efi/boot.c` file and
function `secure_boot_discover_keys`.

man/systemd-boot.xml

index 6d99520036613fc9bef07b5abd74901f3d7c9d8f..442cf4179e4e8847ee8ffabb4205ad38c7b50bff 100644 (file)
     similar, to extend the native firmware support.</para>
 
     <para>Enrollment of Secure Boot variables can be performed manually or automatically if files are available
-    under <filename>/keys/<replaceable>NAME</replaceable>/{db,KEK,PK}.auth</filename>, <replaceable>NAME</replaceable>
+    under <filename>/loader/keys/<replaceable>NAME</replaceable>/{db,KEK,PK}.auth</filename>, <replaceable>NAME</replaceable>
     being the display name for the set of variables in the menu. If one of the sets is named <filename>auto</filename>
     then it might be enrolled automatically depending on whether <literal>secure-boot-enroll</literal> is set
     to force or not.</para>