Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-29 00:20:05 +00:00
parent 5c637b8c84
commit d1988a6d2c
87 changed files with 623 additions and 154 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Configure Secure Boot Machine Owner Keys (MOK).
> Some operations, such as enabling and disabling Secure Boot or enrolling keys require a reboot.
> More information: <https://github.com/lcp/mokutil>.
> More information: <https://manned.org/mokutil>.
- Show if Secure Boot is enabled:
@@ -23,15 +23,15 @@ source: https://github.com/tldr-pages/tldr.git
- List enrolled keys:
`mokutil --list-enrolled`
`mokutil {{[-l|--list-enrolled]}}`
- Enroll a new key:
`mokutil --import {{path/to/key.der}}`
`mokutil {{[-i|--import]}} {{path/to/key.der}}`
- List the keys to be enrolled:
`mokutil --list-new`
`mokutil {{[-N|--list-new]}}`
- Set shim verbosity: