From bd5b454df6404ed2555be6baab61f7f7cb3828b6 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:20:36 +0200 Subject: [PATCH] sbctl: update page (#13407) * sbctl: update page * sbctl: update the default path in the Spanish translation --- pages.es/linux/sbctl.md | 2 +- pages/linux/sbctl.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages.es/linux/sbctl.md b/pages.es/linux/sbctl.md index 57a3f504f..be9f1133f 100644 --- a/pages.es/linux/sbctl.md +++ b/pages.es/linux/sbctl.md @@ -8,7 +8,7 @@ `sbctl status` -- Crea claves de arranque seguro personalizadas (todo se almacena en `/usr/share/secureboot`): +- Crea claves de arranque seguro personalizadas (todo se almacena en `/var/lib/sbctl`): `sbctl create-keys` diff --git a/pages/linux/sbctl.md b/pages/linux/sbctl.md index 76a3ccdfc..f740e7e2b 100644 --- a/pages/linux/sbctl.md +++ b/pages/linux/sbctl.md @@ -8,7 +8,7 @@ `sbctl status` -- Create custom secure boot keys (everything is stored in `/usr/share/secureboot`): +- Create custom secure boot keys (by default, everything is stored in `/var/lib/sbctl`): `sbctl create-keys` @@ -16,6 +16,10 @@ `sbctl enroll-keys --microsoft` +- Automatically run `create-keys` and `enroll-keys` based on the settings in `/etc/sbctl/sbctl.conf`: + +`sbctl setup --setup` + - Sign an EFI binary with the created key and save the file to the database: `sbctl sign {{-s|--save}} {{path/to/efi_binary}}`