diff --git a/pages.es/linux/sbctl.md b/pages.es/linux/sbctl.md index 57a3f504f2..be9f1133f0 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 76a3ccdfcc..f740e7e2b3 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}}`