mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:55:33 +02:00
sbctl: update page (#13407)
* sbctl: update page * sbctl: update the default path in the Spanish translation
This commit is contained in:
parent
98d418df8f
commit
bd5b454df6
2 changed files with 6 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue