diff options
Diffstat (limited to 'upstream/debian-unstable/man1/grub-glue-efi.1')
-rw-r--r-- | upstream/debian-unstable/man1/grub-glue-efi.1 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/grub-glue-efi.1 b/upstream/debian-unstable/man1/grub-glue-efi.1 new file mode 100644 index 00000000..ded1984a --- /dev/null +++ b/upstream/debian-unstable/man1/grub-glue-efi.1 @@ -0,0 +1,49 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH GRUB-GLUE-EFI "1" "January 2024" "GRUB 2.12-1" "User Commands" +.SH NAME +grub-glue-efi \- generate a fat binary for EFI +.SH SYNOPSIS +.B grub-glue-efi +[\fI\,OPTION\/\fR...] [\fI\,OPTIONS\/\fR] +.SH DESCRIPTION +grub-glue-efi processes ia32 and amd64 EFI images and glues them according to Apple format. +.PP +Glue 32\-bit and 64\-bit binary into Apple universal one. +.TP +\fB\-3\fR, \fB\-\-input32\fR=\fI\,FILE\/\fR +set input filename for 32\-bit part. +.TP +\fB\-6\fR, \fB\-\-input64\fR=\fI\,FILE\/\fR +set input filename for 64\-bit part. +.TP +\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR +set output filename. Default is STDOUT +.TP +\fB\-v\fR, \fB\-\-verbose\fR +print verbose messages. +.TP +\-?, \fB\-\-help\fR +give this help list +.TP +\fB\-\-usage\fR +give a short usage message +.TP +\fB\-V\fR, \fB\-\-version\fR +print program version +.PP +Mandatory or optional arguments to long options are also mandatory or optional +for any corresponding short options. +.SH "REPORTING BUGS" +Report bugs to <bug\-grub@gnu.org>. +.SH "SEE ALSO" +The full documentation for +.B grub-glue-efi +is maintained as a Texinfo manual. If the +.B info +and +.B grub-glue-efi +programs are properly installed at your site, the command +.IP +.B info grub-glue-efi +.PP +should give you access to the complete manual. |