1
0
Fork 0
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:
Lena 2025-07-26 18:31:06 +00:00 committed by GitHub
parent 3860d4b4a7
commit c3c0cf6ed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
- Inscribe las claves de arranque seguro personalizadas y los certificados de proveedor UEFI de Microsoft: - 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`: - Ejecuta automáticamente `create-keys` y `enroll-keys` basado en los parámetros de `/etc/sbctl/sbctl.conf`:

View file

@ -14,7 +14,7 @@
- 사용자 정의 보안 부트 키 및 Microsoft의 UEFI 공급업체 인증서 등록: - 사용자 정의 보안 부트 키 및 Microsoft의 UEFI 공급업체 인증서 등록:
`sbctl enroll-keys --microsoft` `sbctl enroll-keys {{[-m|--microsoft]}}`
- `/etc/sbctl/sbctl.conf`의 설정에 따라 `create-keys``enroll-keys` 자동 실행: - `/etc/sbctl/sbctl.conf`의 설정에 따라 `create-keys``enroll-keys` 자동 실행:

View file

@ -14,7 +14,7 @@
- Enroll the custom secure boot keys and Microsoft's UEFI vendor certificates: - 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`: - Automatically run `create-keys` and `enroll-keys` based on the settings in `/etc/sbctl/sbctl.conf`: