diff options
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) |