From: igo95862 Date: Tue, 3 Jan 2023 07:18:58 +0000 (+0300) Subject: man: Fix systemd-boot man page wrong secure keys location X-Git-Tag: v253-rc1~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d41101a4afc522e8e1232e3397811f5e971099e;p=thirdparty%2Fsystemd.git man: Fix systemd-boot man page wrong secure keys location The keys should be placed at `/loader/keys/` not `/keys/`. See `src/boot/efi/boot.c` file and function `secure_boot_discover_keys`. --- diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 6d995200366..442cf4179e4 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -321,7 +321,7 @@ similar, to extend the native firmware support. Enrollment of Secure Boot variables can be performed manually or automatically if files are available - under /keys/NAME/{db,KEK,PK}.auth, NAME + under /loader/keys/NAME/{db,KEK,PK}.auth, NAME being the display name for the set of variables in the menu. If one of the sets is named auto then it might be enrolled automatically depending on whether secure-boot-enroll is set to force or not.