sbctl.8: Add convenient aliases for some sub-commands

Signed-off-by: eNV25 <env252525@gmail.com>
This commit is contained in:
eNV25
2021-11-14 15:04:54 +05:30
parent 677ad9474f
commit 27393d1818
+6
View File
@@ -52,9 +52,13 @@ EFI signing commands
Generate all bundles before signing.
**list-files**::
**ls-files**::
**ls**::
Lists all enrolled EFI binaries.
**remove-file** <FILE>::
**rm-file** <FILE>::
**rm** <FILE>::
Removes the file from the signing database.
**verify**::
@@ -113,9 +117,11 @@ EFI binary commands
Sign all the generated bundles.
**remove-bundle** <NAME>::
**rm-bundle** <NAME>::
Removes a bundle from the list. This does not delete the bundle itself.
**list-bundles**::
**ls-bundle**::
List all registered bundles to generate.