mirror of https://github.com/CrimsonTome/tldr.git
sbctl: update page (#13407)
* sbctl: update page * sbctl: update the default path in the Spanish translationpull/28/head
parent
98d418df8f
commit
bd5b454df6
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
`sbctl status`
|
`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`
|
`sbctl create-keys`
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
`sbctl status`
|
`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`
|
`sbctl create-keys`
|
||||||
|
|
||||||
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
`sbctl enroll-keys --microsoft`
|
`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:
|
- Sign an EFI binary with the created key and save the file to the database:
|
||||||
|
|
||||||
`sbctl sign {{-s|--save}} {{path/to/efi_binary}}`
|
`sbctl sign {{-s|--save}} {{path/to/efi_binary}}`
|
||||||
|
|
Loading…
Reference in New Issue