summaryrefslogtreecommitdiffstats
path: root/templates/man1/ukify.1.pot
blob: 2174df0fc0dd20b97ed16c95a7428285a1530a79 (plain)
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-01 17:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "UKIFY"
msgstr ""

#. type: TH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "systemd 255"
msgstr ""

#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "ukify"
msgstr ""

#.  -----------------------------------------------------------------
#.  * MAIN CONTENT STARTS HERE *
#.  -----------------------------------------------------------------
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"ukify - Combine components into a signed Unified Kernel Image for UEFI "
"systems"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<ukify> [OPTIONS...] build"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<ukify> [OPTIONS...] genkey"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<ukify> [OPTIONS...] inspect FILE..."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"B<ukify> is a tool whose primary purpose is to combine components (usually a "
"kernel, an initrd, and a UEFI boot stub) to create a \\m[blue]B<Unified "
"Kernel Image (UKI)>\\m[]\\&\\s-2\\u[1]\\d\\s+2 \\(em a PE binary that can be "
"executed by the firmware to start the embedded linux kernel\\&. See "
"B<systemd-stub>(7)  for details about the stub\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "COMMANDS"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "The following commands are understood:"
msgstr ""

#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "build"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"This command creates a Unified Kernel Image\\&. The two primary options that "
"should be specified for the B<build> verb are I<Linux=>/B<--linux=>, and "
"I<Initrd=>/B<--initrd=>\\&.  I<Initrd=> accepts multiple whitespace-"
"separated paths and B<--initrd=> can be specified multiple times\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Additional sections will be inserted into the UKI, either automatically or "
"only if a specific option is provided\\&. See the discussions of I<Cmdline=>/"
"B<--cmdline=>, I<OSRelease=>/B<--os-release=>, I<DeviceTree=>/B<--"
"devicetree=>, I<Splash=>/B<--splash=>, I<PCRPKey=>/B<--pcrpkey=>, I<Uname=>/"
"B<--uname=>, I<SBAT=>/B<--sbat=>, and B<--section=> below\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"B<ukify> can also be used to assemble a PE binary that is not executable but "
"contains auxiliary data, for example additional kernel command line "
"entries\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"If PCR signing keys are provided via the I<PCRPrivateKey=>/B<--pcr-private-"
"key=> and I<PCRPublicKey=>/B<--pcr-public-key=> options, PCR values that "
"will be seen after booting with the given kernel, initrd, and other "
"sections, will be calculated, signed, and embedded in the UKI\\&.  B<systemd-"
"measure>(1)  is used to perform this calculation and signing\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The calculation of PCR values is done for specific boot phase paths\\&. "
"Those can be specified with the I<Phases=>/B<--phases=> option\\&. If not "
"specified, the default provided by B<systemd-measure> is used\\&. It is also "
"possible to specify the I<PCRPrivateKey=>/B<--pcr-private-key=>, "
"I<PCRPublicKey=>/B<--pcr-public-key=>, and I<Phases=>/B<--phases=> arguments "
"more than once\\&. Signatures will then be performed with each of the "
"specified keys\\&. On the command line, when both B<--phases=> and B<--pcr-"
"private-key=> are used, they must be specified the same number of times, and "
"then the n-th boot phase path set will be signed by the n-th key\\&. This "
"can be used to build different trust policies for different phases of the "
"boot\\&. In the config file, I<PCRPrivateKey=>, I<PCRPublicKey=>, and "
"I<Phases=> are grouped into separate sections, describing separate boot "
"phases\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"If a SecureBoot signing key is provided via the I<SecureBootPrivateKey=>/B<--"
"secureboot-private-key=> option, the resulting PE binary will be signed as a "
"whole, allowing the resulting UKI to be trusted by SecureBoot\\&. Also see "
"the discussion of automatic enrollment in B<systemd-boot>(7)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"If the stub and/or the kernel contain \"\\&.sbat\" sections they will be "
"merged in the UKI so that revocation updates affecting either are considered "
"when the UKI is loaded by Shim\\&. For more information on SBAT see "
"\\m[blue]B<Shim documentation>\\m[]\\&\\s-2\\u[2]\\d\\s+2\\&."
msgstr ""

#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "genkey"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"This command creates the keys for PCR signing and the key and certificate "
"used for SecureBoot signing\\&. The same configuration options that "
"determine what keys and in which paths will be needed for signing when "
"B<build> is used, here determine which keys will be created\\&. See the "
"discussion of I<PCRPrivateKey=>/B<--pcr-private-key=>, I<PCRPublicKey=>/B<--"
"pcr-public-key=>, and I<SecureBootPrivateKey=>/B<--secureboot-private-key=> "
"below\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "The output files must not exist\\&."
msgstr ""

#. type: SS
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "inspect"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Display information about the sections in a given binary or binaries\\&. If "
"B<--all> is given, all sections are shown\\&. Otherwise, if B<--section=> "
"option is specified at least once, only those sections are shown\\&. "
"Otherwise, well-known sections that are typically included in an UKI are "
"shown\\&. For each section, its name, size, and sha256-digest is printed\\&. "
"For text sections, the contents are printed\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Also see the description of B<-j>/B<--json=> and B<--section=>\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "CONFIGURATION SETTINGS"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Settings can appear in configuration files (the syntax with "
"I<SomeSetting=>I<value>) and on the command line (the syntax with B<--some-"
"setting=>I<value>)\\&. For some command line parameters, a single-letter "
"shortcut is also allowed\\&. In the configuration files, the setting must be "
"in the appropriate section, so the descriptions are grouped by section "
"below\\&. When the same setting appears in the configuration file and on the "
"command line, generally the command line setting has higher priority and "
"overwrites the config file setting completely\\&. If some setting behaves "
"differently, this is described below\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"If no config file is provided via the option B<--config=>I<PATH>, B<ukify> "
"will try to look for a default configuration file in the following paths in "
"this order: /run/systemd/ukify\\&.conf, /etc/systemd/ukify\\&.conf, /usr/"
"local/lib/systemd/ukify\\&.conf, and /usr/lib/systemd/ukify\\&.conf, and "
"then load the first one found\\&.  B<ukify> will proceed normally if no "
"configuration file is specified and no default one is found\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The I<LINUX> and I<INITRD> positional arguments, or the equivalent I<Linux=> "
"and I<Initrd=> settings, are optional\\&. If more than one initrd is "
"specified, they will all be combined into a single PE section\\&. This is "
"useful to, for example, prepend microcode before the actual initrd\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "The following options and settings are understood:"
msgstr ""

#. type: SS
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "Command line-only options"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--config=>I<PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Load configuration from the given config file\\&. In general, settings "
"specified in the config file have lower precedence than the settings "
"specified via options\\&. In cases where the command line option does not "
"fully override the config file setting are explicitly mentioned in the "
"descriptions of individual options\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Added in version 254\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--measure>, B<--no-measure>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Enable or disable a call to B<systemd-measure>(1)  to print pre-calculated "
"PCR values\\&. Defaults to false\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Added in version 253\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"B<--section=>I<NAME>B<:>I<TEXT>B<|>I<@PATH>, B<--section=>I<NAME>B<:>B<text|"
"binary>B<[@>I<PATH>]"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"For all verbs except B<inspect>, the first syntax is used\\&. Specify an "
"arbitrary additional section \"I<NAME>\"\\&. The argument may be a literal "
"string, or \"@\" followed by a path name\\&. This option may be specified "
"more than once\\&. Any sections specified in this fashion will be inserted "
"(in order) before the \"\\&.linux\" section which is always last\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"For the B<inspect> verb, the second syntax is used\\&. The section I<NAME> "
"will be inspected (if found)\\&. If the second argument is \"text\", the "
"contents will be printed\\&. If the third argument is given, the contents "
"will be saved to file I<PATH>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Note that the name is used as-is, and if the section name should start with "
"a dot, it must be included in I<NAME>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--tools=>I<DIRS>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Specify one or more directories with helper tools\\&.  B<ukify> will look "
"for helper tools in those directories first, and if not found, try to load "
"them from I<$PATH> in the usual fashion\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--output=>I<FILENAME>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The output filename\\&. If not specified, the name of the I<LINUX> argument, "
"with the suffix \"\\&.unsigned\\&.efi\" or \"\\&.signed\\&.efi\" will be "
"used, depending on whether signing for SecureBoot was performed\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--summary>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Print a summary of loaded config and exit\\&. This is useful to check how "
"the options from the configuration file and the command line are combined\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<--all>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Print all sections (with B<inspect> verb)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Added in version 255\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<--json>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Generate JSON output (with B<inspect> verb)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<-h>, B<--help>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "Print a short help text and exit\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--version>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "Print a short version string and exit\\&."
msgstr ""

#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "[UKI] section"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<Linux=>I<LINUX>, B<--linux=>I<LINUX>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "A path to the kernel binary\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<Initrd=>I<INITRD>I<\\&.\\&.\\&.>, B<--initrd=>I<LINUX>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Zero or more initrd paths\\&. In the configuration file, items are separated "
"by whitespace\\&. The initrds are combined in the order of specification, "
"with the initrds specified in the config file first\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<Cmdline=>I<TEXT>I<|>I<@PATH>, B<--cmdline=>I<TEXT>B<|>I<@PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The kernel command line (the \"\\&.cmdline\" section)\\&. The argument may "
"be a literal string, or \"@\" followed by a path name\\&. If not specified, "
"no command line will be embedded\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<OSRelease=>I<TEXT>I<|>I<@PATH>, B<--os-release=>I<TEXT>B<|>I<@PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The os-release description (the \"\\&.osrel\" section)\\&. The argument may "
"be a literal string, or \"@\" followed by a path name\\&. If not specified, "
"the B<os-release>(5)  file will be picked up from the host system\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<DeviceTree=>I<PATH>, B<--devicetree=>I<PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The devicetree description (the \"\\&.dtb\" section)\\&. The argument is a "
"path to a compiled binary DeviceTree file\\&. If not specified, the section "
"will not be present\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<Splash=>I<PATH>, B<--splash=>I<PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"A picture to display during boot (the \"\\&.splash\" section)\\&. The "
"argument is a path to a BMP file\\&. If not specified, the section will not "
"be present\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<PCRPKey=>I<PATH>, B<--pcrpkey=>I<PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"A path to a public key to embed in the \"\\&.pcrpkey\" section\\&. If not "
"specified, and there\\*(Aqs exactly one I<PCRPublicKey=>/B<--pcr-public-"
"key=> argument, that key will be used\\&. Otherwise, the section will not be "
"present\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<Uname=>I<VERSION>, B<--uname=>I<VERSION>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Specify the kernel version (as in B<uname -r>, the \"\\&.uname\" "
"section)\\&. If not specified, an attempt will be made to extract the "
"version string from the kernel image\\&. It is recommended to pass this "
"explicitly if known, because the extraction is based on heuristics and not "
"very reliable\\&. If not specified and extraction fails, the section will "
"not be present\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<PCRBanks=>I<PATH>, B<--pcr-banks=>I<PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"A comma or space-separated list of PCR banks to sign a policy for\\&. If not "
"present, all known banks will be used (\"sha1\", \"sha256\", \"sha384\", "
"\"sha512\"), which will fail if not supported by the system\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<SecureBootSigningTool=>I<SIGNER>, B<--signtool=>I<SIGNER>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Whether to use \"sbsign\" or \"pesign\"\\&. Depending on this choice, "
"different parameters are required in order to sign an image\\&. Defaults to "
"\"sbsign\"\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"I<SecureBootPrivateKey=>I<SB_KEY>, B<--secureboot-private-key=>I<SB_KEY>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"A path to a private key to use for signing of the resulting binary\\&. If "
"the I<SigningEngine=>/B<--signing-engine=> option is used, this may also be "
"an engine-specific designation\\&. This option is required by "
"I<SecureBootSigningTool=sbsign>/B<--signtool=sbsign>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"I<SecureBootCertificate=>I<SB_CERT>, B<--secureboot-certificate=>I<SB_CERT>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"A path to a certificate to use for signing of the resulting binary\\&. If "
"the I<SigningEngine=>/B<--signing-engine=> option is used, this may also be "
"an engine-specific designation\\&. This option is required by "
"I<SecureBootSigningTool=sbsign>/B<--signtool=sbsign>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"I<SecureBootCertificateDir=>I<SB_PATH>, B<--secureboot-certificate-"
"dir=>I<SB_PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"A path to a nss certificate database directory to use for signing of the "
"resulting binary\\&. Takes effect when I<SecureBootSigningTool=pesign>/B<--"
"signtool=pesign> is used\\&. Defaults to /etc/pki/pesign\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"I<SecureBootCertificateName=>I<SB_CERTNAME>, B<--secureboot-certificate-"
"name=>I<SB_CERTNAME>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The name of the nss certificate database entry to use for signing of the "
"resulting binary\\&. This option is required by "
"I<SecureBootSigningTool=pesign>/B<--signtool=pesign>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"I<SecureBootCertificateValidity=>I<DAYS>, B<--secureboot-certificate-"
"validity=>I<DAYS>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Period of validity (in days) for a certificate created by B<genkey>\\&. "
"Defaults to 3650, i\\&.e\\&. 10 years\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<SigningEngine=>I<ENGINE>, B<--signing-engine=>I<ENGINE>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"An \"engine\" for signing of the resulting binary\\&. This option is "
"currently passed verbatim to the B<--engine=> option of B<sbsign>(1)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<SignKernel=>I<BOOL>, B<--sign-kernel>, B<--no-sign-kernel>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Override the detection of whether to sign the Linux binary itself before it "
"is embedded in the combined image\\&. If not specified, it will be signed if "
"a SecureBoot signing key is provided via the I<SecureBootPrivateKey=>/B<--"
"secureboot-private-key=> option and the binary has not already been "
"signed\\&. If I<SignKernel=>/B<--sign-kernel> is true, and the binary has "
"already been signed, the signature will be appended anyway\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<SBAT=>I<TEXT>I<|>I<@PATH>, B<--sbat=>I<TEXT>B<|>I<@PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"SBAT metadata associated with the UKI or addon\\&. SBAT policies are useful "
"to revoke whole groups of UKIs or addons with a single, static policy update "
"that does not take space in DBX/MOKX\\&. If not specified manually, a "
"default metadata entry consisting of \"uki,1,UKI,uki,1,https://www\\&."
"freedesktop\\&.org/software/systemd/man/systemd-stub\\&.html\" will be used, "
"to ensure it is always possible to revoke UKIs and addons\\&. For more "
"information on SBAT see \\m[blue]B<Shim "
"documentation>\\m[]\\&\\s-2\\u[2]\\d\\s+2\\&."
msgstr ""

#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "[PCRSignature:I<NAME>R<] section>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"In the config file, those options are grouped by section\\&. On the command "
"line, they must be specified in the same order\\&. The sections specified in "
"both sources are combined\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<PCRPrivateKey=>I<PATH>, B<--pcr-private-key=>I<PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"A private key to use for signing PCR policies\\&. On the command line, this "
"option may be specified more than once, in which case multiple signatures "
"will be made\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<PCRPublicKey=>I<PATH>, B<--pcr-public-key=>I<PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "A public key to use for signing PCR policies\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"On the command line, this option may be specified more than once, similarly "
"to the B<--pcr-private-key=> option\\&. If not present, the public keys will "
"be extracted from the private keys\\&. On the command line, if present, this "
"option must be specified the same number of times as the B<--pcr-private-"
"key=> option\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "I<Phases=>I<LIST>, B<--phases=>I<LIST>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"A comma or space-separated list of colon-separated phase paths to sign a "
"policy for\\&. Each set of boot phase paths will be signed with the "
"corresponding private key\\&. If not present, the default of B<systemd-"
"measure>(1)  will be used\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"On the command line, when this argument is present, it must appear the same "
"number of times as the B<--pcr-private-key=> option\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "EXAMPLES"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<Example\\ \\&1.\\ \\&Minimal invocation>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"$ ukify build \\e\n"
"      --linux=/lib/modules/6\\&.0\\&.9-300\\&.fc37\\&.x86_64/vmlinuz \\e\n"
"      --initrd=/some/path/initramfs-6\\&.0\\&.9-300\\&.fc37\\&.x86_64\\&.img \\e\n"
"      --cmdline=\\*(Aqquiet rw\\*(Aq\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "This creates an unsigned UKI \\&./vmlinuz\\&.unsigned\\&.efi\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<Example\\ \\&2.\\ \\&All the bells and whistles>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid ""
"$ ukify build \\e\n"
"      --linux=/lib/modules/6\\&.0\\&.9-300\\&.fc37\\&.x86_64/vmlinuz \\e\n"
"      --initrd=early_cpio \\e\n"
"      --initrd=/some/path/initramfs-6\\&.0\\&.9-300\\&.fc37\\&.x86_64\\&.img \\e\n"
"      --sbat=\\*(Aqsbat,1,SBAT Version,sbat,1,https://github\\&.com/rhboot/shim/blob/main/SBAT\\&.md\n"
"      uki\\&.author\\&.myimage,1,UKI for System,uki\\&.author\\&.myimage,1,https://www\\&.freedesktop\\&.org/software/systemd/man/systemd-stub\\&.html\\*(Aq \\e\n"
"      --pcr-private-key=pcr-private-initrd-key\\&.pem \\e\n"
"      --pcr-public-key=pcr-public-initrd-key\\&.pem \\e\n"
"      --phases=\\*(Aqenter-initrd\\*(Aq \\e\n"
"      --pcr-private-key=pcr-private-system-key\\&.pem \\e\n"
"      --pcr-public-key=pcr-public-system-key\\&.pem \\e\n"
"      --phases=\\*(Aqenter-initrd:leave-initrd enter-initrd:leave-initrd:sysinit \\e\n"
"                enter-initrd:leave-initrd:sysinit:ready\\*(Aq \\e\n"
"      --pcr-banks=sha384,sha512 \\e\n"
"      --secureboot-private-key=sb\\&.key \\e\n"
"      --secureboot-certificate=sb\\&.cert \\e\n"
"      --sign-kernel \\e\n"
"      --cmdline=\\*(Aqquiet rw rhgb\\*(Aq\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"This creates a signed UKI \\&./vmlinuz\\&.signed\\&.efi\\&. The initrd "
"section contains two concatenated parts, early_cpio and "
"initramfs-6\\&.0\\&.9-300\\&.fc37\\&.x86_64\\&.img\\&. The policy embedded "
"in the \"\\&.pcrsig\" section will be signed for the initrd (the B<enter-"
"initrd> phase) with the key pcr-private-initrd-key\\&.pem, and for the main "
"system (phases B<leave-initrd>, B<sysinit>, B<ready>) with the key pcr-"
"private-system-key\\&.pem\\&. The Linux binary and the resulting combined "
"image will be signed with the SecureBoot key sb\\&.key\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<Example\\ \\&3.\\ \\&All the bells and whistles, via a config file>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"This is the same as the previous example, but this time the configuration is "
"stored in a file:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"$ cat ukify\\&.conf\n"
"[UKI]\n"
"Initrd=early_cpio\n"
"Cmdline=quiet rw rhgb\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"SecureBootPrivateKey=sb\\&.key\n"
"SecureBootCertificate=sb\\&.cert\n"
"SignKernel=yes\n"
"PCRBanks=sha384,sha512\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"[PCRSignature:initrd]\n"
"PCRPrivateKey=pcr-private-initrd-key\\&.pem\n"
"PCRPublicKey=pcr-public-initrd-key\\&.pem\n"
"Phases=enter-initrd\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"[PCRSignature:system]\n"
"PCRPrivateKey=pcr-private-system-key\\&.pem\n"
"PCRPublicKey=pcr-public-system-key\\&.pem\n"
"Phases=enter-initrd:leave-initrd\n"
"       enter-initrd:leave-initrd:sysinit\n"
"       enter-initrd:leave-initrd:sysinit:ready\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid ""
"$ ukify -c ukify\\&.conf build \\e\n"
"        --linux=/lib/modules/6\\&.0\\&.9-300\\&.fc37\\&.x86_64/vmlinuz \\e\n"
"        --initrd=/some/path/initramfs-6\\&.0\\&.9-300\\&.fc37\\&.x86_64\\&.img\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"One \"initrd\" (early_cpio) is specified in the config file, and the other "
"initrd (initramfs-6\\&.0\\&.9-300\\&.fc37\\&.x86_64\\&.img) is specified on "
"the command line\\&. This may be useful for example when the first initrd "
"contains microcode for the CPU and does not need to be updated when the "
"kernel version changes, unlike the actual initrd\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<Example\\ \\&4.\\ \\&Kernel command line auxiliary PE>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"ukify build \\e\n"
"      --secureboot-private-key=sb\\&.key \\e\n"
"      --secureboot-certificate=sb\\&.cert \\e\n"
"      --cmdline=\\*(Aqdebug\\*(Aq \\e\n"
"      --sbat=\\*(Aqsbat,1,SBAT Version,sbat,1,https://github\\&.com/rhboot/shim/blob/main/SBAT\\&.md\n"
"      uki\\&.addon\\&.author,1,UKI Addon for System,uki\\&.addon\\&.author,1,https://www\\&.freedesktop\\&.org/software/systemd/man/systemd-stub\\&.html\\*(Aq\n"
"      --output=debug\\&.cmdline\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"This creates a signed PE binary that contains the additional kernel command "
"line parameter \"debug\" with SBAT metadata referring to the owner of the "
"addon\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"B<Example\\ \\&5.\\ \\&Decide signing policy and create certificate and keys>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"First, let\\*(Aqs create an config file that specifies what signatures shall "
"be made:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"# cat E<gt>/etc/kernel/uki\\&.conf E<lt>E<lt>EOF\n"
"[UKI]\n"
"SecureBootPrivateKey=/etc/kernel/secure-boot\\&.key\\&.pem\n"
"SecureBootCertificate=/etc/kernel/secure-boot\\&.cert\\&.pem\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"[PCRSignature:initrd]\n"
"Phases=enter-initrd\n"
"PCRPrivateKey=/etc/kernel/pcr-initrd\\&.key\\&.pem\n"
"PCRPublicKey=/etc/kernel/pcr-initrd\\&.pub\\&.pem\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid ""
"[PCRSignature:system]\n"
"Phases=enter-initrd:leave-initrd enter-initrd:leave-initrd:sysinit\n"
"       enter-initrd:leave-initrd:sysinit:ready\n"
"PCRPrivateKey=/etc/kernel/pcr-system\\&.key\\&.pem\n"
"PCRPublicKey=/etc/kernel/pcr-system\\&.pub\\&.pem\n"
"EOF\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "Next, we can generate the certificate and keys:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid ""
"# ukify genkey --config=/etc/kernel/uki\\&.conf\n"
"Writing SecureBoot private key to /etc/kernel/secure-boot\\&.key\\&.pem\n"
"Writing SecureBoot certificate to /etc/kernel/secure-boot\\&.cert\\&.pem\n"
"Writing private key for PCR signing to /etc/kernel/pcr-initrd\\&.key\\&.pem\n"
"Writing public key for PCR signing to /etc/kernel/pcr-initrd\\&.pub\\&.pem\n"
"Writing private key for PCR signing to /etc/kernel/pcr-system\\&.key\\&.pem\n"
"Writing public key for PCR signing to /etc/kernel/pcr-system\\&.pub\\&.pem\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"(Both operations need to be done as root to allow write access to /etc/"
"kernel/\\&.)"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Subsequent invocations using the config file (B<ukify build --config=/etc/"
"kernel/uki\\&.conf>) will use this certificate and key files\\&. Note that "
"the B<kernel-install>(8)  plugin 60-ukify\\&.install uses /etc/kernel/uki\\&."
"conf by default, so after this file has been created, installations of "
"kernels that create a UKI on the local machine using B<kernel-install> will "
"perform signing using this config\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"B<systemd>(1), B<systemd-stub>(7), B<systemd-boot>(7), B<systemd-"
"measure>(1), B<systemd-pcrphase.service>(8)"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "NOTES"
msgstr ""

#. type: IP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid " 1."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "Unified Kernel Image (UKI)"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "\\%https://uapi-group.org/specifications/specs/unified_kernel_image/"
msgstr ""

#. type: IP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid " 2."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Shim documentation"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "\\%https://github.com/rhboot/shim/blob/main/SBAT.md"
msgstr ""

#. type: TH
#: debian-bookworm opensuse-tumbleweed
#, no-wrap
msgid "systemd 254"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid "B</usr/lib/systemd/ukify> [OPTIONS...] build"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"Note: this command is experimental for now\\&. While it is intended to "
"become a regular component of systemd, it might still change in behaviour "
"and interface\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"If the stub and/or the kernel contain \"\\&.sbat\" sections they will be "
"merged in the UKI so that revocation updates affecting either are considered "
"when the UKI is loaded by Shim\\&. For more information on SBAT see "
"\\m[blue]B<Shim\\*(Aqs documentation\\&.>\\m[]\\&\\s-2\\u[2]\\d\\s+2"
msgstr ""

#. type: SS
#: debian-bookworm opensuse-tumbleweed
#, no-wrap
msgid "Commandline-only options"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"Load configuration from the given config file\\&. In general, settings "
"specified in the config file have lower precedence than the settings "
"specified via options\\&. In cases where the commandline option does not "
"fully override the config file setting are explicitly mentioned in the "
"descriptions of individual options\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid "B<--section=>I<NAME>B<:>I<TEXT>B<|>I<@PATH>"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"Specify an arbitrary additional section \"I<NAME>\"\\&. Note that the name "
"is used as-is, and if the section name should start with a dot, it must be "
"included in I<NAME>\\&. The argument may be a literal string, or \"@\" "
"followed by a path name\\&. This option may be specified more than once\\&. "
"Any sections specified in this fashion will be inserted (in order) before "
"the \"\\&.linux\" section which is always last\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"Print a summary of loaded config and exit\\&. This is useful to check how "
"the options form the configuration file and the commandline are combined\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"SBAT metadata associated with the UKI or addon\\&. SBAT policies are useful "
"to revoke whole groups of UKIs or addons with a single, static policy update "
"that does not take space in DBX/MOKX\\&. If not specified manually, a "
"default metadata entry consisting of \"uki,1,UKI,uki,1,https://www\\&."
"freedesktop\\&.org/software/systemd/man/systemd-stub\\&.html\" will be used, "
"to ensure it is always possible to revoke UKIs and addons\\&. For more "
"information on SBAT see \\m[blue]B<Shim\\*(Aqs documentation\\&."
">\\m[]\\&\\s-2\\u[2]\\d\\s+2"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"In the config file, those options are grouped by section\\&. On the "
"commandline, they must be specified in the same order\\&. The sections "
"specified in both sources are combined\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"A private key to use for signing PCR policies\\&. On the commandline, this "
"option may be specified more than once, in which case multiple signatures "
"will be made\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"On the commandline, this option may be specified more than once, similarly "
"to the B<--pcr-private-key=> option\\&. If not present, the public keys will "
"be extracted from the private keys\\&. On the commandline, if present, the "
"this option must be specified the same number of times as the B<--pcr-"
"private-key=> option\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"On the commandline, when this argument is present, it must appear the same "
"number of times as the B<--pcr-private-key=> option\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
#, no-wrap
msgid ""
"$ /usr/lib/systemd/ukify build \\e\n"
"      --linux=/lib/modules/6\\&.0\\&.9-300\\&.fc37\\&.x86_64/vmlinuz \\e\n"
"      --initrd=early_cpio \\e\n"
"      --initrd=/some/path/initramfs-6\\&.0\\&.9-300\\&.fc37\\&.x86_64\\&.img \\e\n"
"      --sbat=\\*(Aqsbat,1,SBAT Version,sbat,1,https://github\\&.com/rhboot/shim/blob/main/SBAT\\&.md\n"
"      uki\\&.author\\&.myimage,1,UKI for System,uki\\&.author\\&.myimage,1,https://www\\&.freedesktop\\&.org/software/systemd/man/systemd-stub\\&.html\\*(Aq \\e\n"
"      --pcr-private-key=pcr-private-initrd-key\\&.pem \\e\n"
"      --pcr-public-key=pcr-public-initrd-key\\&.pem \\e\n"
"      --phases=\\*(Aqenter-initrd\\*(Aq \\e\n"
"      --pcr-private-key=pcr-private-system-key\\&.pem \\e\n"
"      --pcr-public-key=pcr-public-system-key\\&.pem \\e\n"
"      --phases=\\*(Aqenter-initrd:leave-initrd enter-initrd:leave-initrd:sysinit \\e\n"
"                enter-initrd:leave-initrd:sysinit:ready\\*(Aq \\e\n"
"      --pcr-banks=sha384,sha512 \\e\n"
"      --secureboot-private-key=sb\\&.key \\e\n"
"      --secureboot-certificate=sb\\&.cert \\e\n"
"      --sign-kernel \\e\n"
"      --cmdline=\\*(Aqquiet rw rhgb\\*(Aq\n"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
#, no-wrap
msgid ""
"$ /usr/lib/systemd/ukify -c ukify\\&.conf build \\e\n"
"        --linux=/lib/modules/6\\&.0\\&.9-300\\&.fc37\\&.x86_64/vmlinuz \\e\n"
"        --initrd=/some/path/initramfs-6\\&.0\\&.9-300\\&.fc37\\&.x86_64\\&.img\n"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"One \"initrd\" (early_cpio) is specified in the config file, and the other "
"initrd (initramfs-6\\&.0\\&.9-300\\&.fc37\\&.x86_64\\&.img) is specified on "
"the commandline\\&. This may be useful for example when the first initrd "
"contains microcode for the CPU and does not need to be updated when the "
"kernel version changes, unlike the actual initrd\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
#, no-wrap
msgid ""
"# /usr/lib/systemd/ukify genkey --config=/etc/kernel/uki\\&.conf\n"
"Writing SecureBoot private key to /etc/kernel/secure-boot\\&.key\\&.pem\n"
"Writing SecureBoot certificate to /etc/kernel/secure-boot\\&.cert\\&.pem\n"
"Writing private key for PCR signing to /etc/kernel/pcr-initrd\\&.key\\&.pem\n"
"Writing public key for PCR signing to /etc/kernel/pcr-initrd\\&.pub\\&.pem\n"
"Writing private key for PCR signing to /etc/kernel/pcr-system\\&.key\\&.pem\n"
"Writing public key for PCR signing to /etc/kernel/pcr-system\\&.pub\\&.pem\n"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"Subsequent invocations of using the config file (B</usr/lib/systemd/ukify "
"build --config=/etc/kernel/uki\\&.conf>) will use this certificate and key "
"files\\&. Note that the B<kernel-install>(8)  plugin 60-ukify\\&.install "
"uses /etc/kernel/uki\\&.conf by default, so after this file has been "
"created, installations of kernels that create a UKI on the local machine "
"using B<kernel-install> would perform signing using this config\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid "Shim's documentation."
msgstr ""