File: vbutil_kernel.1

package info (click to toggle)
vboot-utils 0~20121212-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 26,472 kB
  • ctags: 3,862
  • sloc: ansic: 28,549; sh: 5,113; cpp: 2,098; makefile: 664; python: 350
file content (209 lines) | stat: -rw-r--r-- 4,051 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
.TH THIS "1" "June 2013" "This program creates, signs, and verifies the kernel blob" "User Commands"
.SH NAME
This \- Verified boot kernel utility
.SH SYNOPSIS
.B vbutil_kernel
\fI--pack <file> \fR[\fIPARAMETERS\fR]
.SH DESCRIPTION
This program creates, signs, and verifies the kernel blob
.IP
Required parameters:
.TP
\fB\-\-keyblock\fR <file>
Key block in .keyblock format
.TP
\fB\-\-signprivate\fR <file>
Private key to sign kernel data,
in .vbprivk format
.TP
\fB\-\-version\fR <number>
Kernel version
.TP
\fB\-\-vmlinuz\fR <file>
Linux kernel bzImage file
.TP
\fB\-\-bootloader\fR <file>
Bootloader stub
.TP
\fB\-\-config\fR <file>
Command line file
.TP
\fB\-\-arch\fR <arch>
Cpu architecture (default x86)
.IP
Optional:
.TP
\fB\-\-kloadaddr\fR <address>
Assign kernel body load address
.TP
\fB\-\-pad\fR <number>
Verification padding size in bytes
.TP
\fB\-\-vblockonly\fR
Emit just the verification blob
.PP
OR
.PP
Usage:  vbutil_kernel \fB\-\-repack\fR <file> [PARAMETERS]
.IP
Required parameters:
.TP
\fB\-\-signprivate\fR <file>
Private key to sign kernel data,
in .vbprivk format
.TP
\fB\-\-oldblob\fR <file>
Previously packed kernel blob
(including verfication blob)
.IP
Optional:
.TP
\fB\-\-keyblock\fR <file>
Key block in .keyblock format
.TP
\fB\-\-config\fR <file>
New command line file
.TP
\fB\-\-version\fR <number>
Kernel version
.TP
\fB\-\-kloadaddr\fR <address>
Assign kernel body load address
.TP
\fB\-\-pad\fR <number>
Verification blob size in bytes
.TP
\fB\-\-vblockonly\fR
Emit just the verification blob
.PP
OR
.PP
Usage:  vbutil_kernel \fB\-\-verify\fR <file> [PARAMETERS]
.IP
Optional:
.TP
\fB\-\-signpubkey\fR <file>
Public key to verify kernel keyblock,
in .vbpubk format
.TP
\fB\-\-verbose\fR
Print a more detailed report
.TP
\fB\-\-keyblock\fR <file>
Outputs the verified key block,
in .keyblock format
.TP
\fB\-\-pad\fR <number>
Verification padding size in bytes
.TP
\fB\-\-minversion\fR <number>
Minimum combined kernel key version
and kernel version
.PP
Usage:  vbutil_kernel \fB\-\-pack\fR <file> [PARAMETERS]
.IP
Required parameters:
.TP
\fB\-\-keyblock\fR <file>
Key block in .keyblock format
.TP
\fB\-\-signprivate\fR <file>
Private key to sign kernel data,
in .vbprivk format
.TP
\fB\-\-version\fR <number>
Kernel version
.TP
\fB\-\-vmlinuz\fR <file>
Linux kernel bzImage file
.TP
\fB\-\-bootloader\fR <file>
Bootloader stub
.TP
\fB\-\-config\fR <file>
Command line file
.TP
\fB\-\-arch\fR <arch>
Cpu architecture (default x86)
.IP
Optional:
.TP
\fB\-\-kloadaddr\fR <address>
Assign kernel body load address
.TP
\fB\-\-pad\fR <number>
Verification padding size in bytes
.TP
\fB\-\-vblockonly\fR
Emit just the verification blob
.PP
OR
.PP
Usage:  vbutil_kernel \fB\-\-repack\fR <file> [PARAMETERS]
.IP
Required parameters:
.TP
\fB\-\-signprivate\fR <file>
Private key to sign kernel data,
in .vbprivk format
.TP
\fB\-\-oldblob\fR <file>
Previously packed kernel blob
(including verfication blob)
.IP
Optional:
.TP
\fB\-\-keyblock\fR <file>
Key block in .keyblock format
.TP
\fB\-\-config\fR <file>
New command line file
.TP
\fB\-\-version\fR <number>
Kernel version
.TP
\fB\-\-kloadaddr\fR <address>
Assign kernel body load address
.TP
\fB\-\-pad\fR <number>
Verification blob size in bytes
.TP
\fB\-\-vblockonly\fR
Emit just the verification blob
.PP
OR
.PP
Usage:  vbutil_kernel \fB\-\-verify\fR <file> [PARAMETERS]
.IP
Optional:
.TP
\fB\-\-signpubkey\fR <file>
Public key to verify kernel keyblock,
in .vbpubk format
.TP
\fB\-\-verbose\fR
Print a more detailed report
.TP
\fB\-\-keyblock\fR <file>
Outputs the verified key block,
in .keyblock format
.TP
\fB\-\-pad\fR <number>
Verification padding size in bytes
.TP
\fB\-\-minversion\fR <number>
Minimum combined kernel key version
and kernel version
.SH "SEE ALSO"
The full documentation for
.B This
is maintained as a Texinfo manual.  If the
.B info
and
.B This
programs are properly installed at your site, the command
.IP
.B info This
.PP
should give you access to the complete manual.