mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 23:55:51 +02:00
sbctl: add option placeholders (#17382)
This commit is contained in:
parent
3860d4b4a7
commit
c3c0cf6ed9
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Inscribe las claves de arranque seguro personalizadas y los certificados de proveedor UEFI de Microsoft:
|
||||
|
||||
`sbctl enroll-keys --microsoft`
|
||||
`sbctl enroll-keys {{[-m|--microsoft]}}`
|
||||
|
||||
- Ejecuta automáticamente `create-keys` y `enroll-keys` basado en los parámetros de `/etc/sbctl/sbctl.conf`:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- 사용자 정의 보안 부트 키 및 Microsoft의 UEFI 공급업체 인증서 등록:
|
||||
|
||||
`sbctl enroll-keys --microsoft`
|
||||
`sbctl enroll-keys {{[-m|--microsoft]}}`
|
||||
|
||||
- `/etc/sbctl/sbctl.conf`의 설정에 따라 `create-keys`와 `enroll-keys` 자동 실행:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Enroll the custom secure boot keys and Microsoft's UEFI vendor certificates:
|
||||
|
||||
`sbctl enroll-keys --microsoft`
|
||||
`sbctl enroll-keys {{[-m|--microsoft]}}`
|
||||
|
||||
- Automatically run `create-keys` and `enroll-keys` based on the settings in `/etc/sbctl/sbctl.conf`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue