sbctl: update page (#13407)

* sbctl: update page

* sbctl: update the default path in the Spanish translation
This commit is contained in:
Lena 2024-08-09 11:20:36 +02:00 committed by GitHub
parent 98d418df8f
commit bd5b454df6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -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`

View File

@ -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}}`