Update cheatsheets

This commit is contained in:
ivuorinen
2024-08-10 00:15:09 +00:00
parent a34a9a4845
commit 2537c7e35f

View File

@@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git
`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`
@@ -21,6 +21,10 @@ source: https://github.com/tldr-pages/tldr.git
`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}}`