From 8d41101a4afc522e8e1232e3397811f5e971099e Mon Sep 17 00:00:00 2001 From: igo95862 Date: Tue, 3 Jan 2023 10:18:58 +0300 Subject: [PATCH] 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`. --- man/systemd-boot.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.