diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/sbattach.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/sbattach.1')
-rw-r--r-- | upstream/debian-unstable/man1/sbattach.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/sbattach.1 b/upstream/debian-unstable/man1/sbattach.1 new file mode 100644 index 00000000..cb757724 --- /dev/null +++ b/upstream/debian-unstable/man1/sbattach.1 @@ -0,0 +1,32 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH SBATTACH "1" "June 2022" "sbattach 0.9.4" "User Commands" +.SH NAME +sbattach - UEFI secure boot detached signature tool +.SH SYNOPSIS +.B sbattach +\fI\,--attach <sigfile> <efi-boot-image>\/\fR +.br +.B sbattach +\fI\,--detach <sigfile> \/\fR[\fI\,--remove\/\fR] \fI\,<efi-boot-image>\/\fR +.br +.B sbattach +\fI\,--remove <efi-boot-image>\/\fR +.SH DESCRIPTION +Attach or detach a signature file to/from a boot image +.SH OPTIONS +.TP +\fB\-\-attach\fR <sigfile> +set <sigfile> as the boot image's +signature table +.TP +\fB\-\-detach\fR <sigfile> +copy the boot image's signature table +to <sigfile> +.TP +\fB\-\-remove\fR +remove the boot image's signature +table from the original file +.TP +\fB\-\-signum\fR +signature to operate on (defaults to +first) |