1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH GRUB-RENDER-LABEL "1" "May 2024" "GRUB2 2.12" "User Commands"
.SH NAME
grub-render-label \- generate a .disk_label for Apple Macs.
.SH SYNOPSIS
.B grub-render-label
[\fI\,OPTION\/\fR...] [\fI\,OPTIONS\/\fR]
.SH DESCRIPTION
Render Apple .disk_label.
.TP
\fB\-b\fR, \fB\-\-bgcolor\fR=\fI\,COLOR\/\fR
use COLOR for background
.TP
\fB\-c\fR, \fB\-\-color\fR=\fI\,COLOR\/\fR
use COLOR for text
.TP
\fB\-f\fR, \fB\-\-font\fR=\fI\,FILE\/\fR
use FILE as font (PF2).
.TP
\fB\-i\fR, \fB\-\-input\fR=\fI\,FILE\/\fR
read text from FILE.
.TP
\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR
set output filename. Default is STDOUT
.TP
\fB\-t\fR, \fB\-\-text\fR=\fI\,STRING\/\fR
set the label to render
.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-render-label
is maintained as a Texinfo manual. If the
.B info
and
.B grub-render-label
programs are properly installed at your site, the command
.IP
.B info grub-render-label
.PP
should give you access to the complete manual.
|