mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 05:55:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`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`
|
||||||
|
|
||||||
@@ -21,6 +21,10 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`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}}`
|
||||||
|
|||||||
Reference in New Issue
Block a user