summaryrefslogtreecommitdiffstats
path: root/templates/man8/kernel-install.8.pot
blob: ec9c96d0ebe8d1fd3ebf63a850b1137ec486e54c (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
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
# 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-06-01 05:59+0200\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
#, no-wrap
msgid "KERNEL-INSTALL"
msgstr ""

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

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"kernel-install - Add and remove kernel and initrd images to and from /boot"
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"B<kernel-install> [OPTIONS...] add I<KERNEL-VERSION> I<KERNEL-IMAGE> "
"[I<INITRD-FILE>...]"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "B<kernel-install> [OPTIONS...] remove I<KERNEL-VERSION>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"B<kernel-install> [OPTIONS...] inspect [I<KERNEL-VERSION>] [I<KERNEL-IMAGE>] "
"[I<INITRD-FILE>...]"
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"B<kernel-install> is used to install and remove kernel and initrd images "
"\\&\\s-2\\u[1]\\d\\s+2 to and from the boot loader partition, referred to as "
"I<$BOOT> here\\&. It will usually be one of /boot/, /efi/, or /boot/efi/, "
"see below\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"B<kernel-install> will run the executable files (\"plugins\") located in the "
"directory /usr/lib/kernel/install\\&.d/ and the local administration "
"directory /etc/kernel/install\\&.d/\\&. All files are collectively sorted "
"and executed in lexical order, regardless of the directory in which they "
"live\\&. However, files with identical filenames replace each other\\&. "
"Files in /etc/kernel/install\\&.d/ take precedence over files with the same "
"name in /usr/lib/kernel/install\\&.d/\\&. This can be used to override a "
"system-supplied executables with a local file if needed; a symbolic link in /"
"etc/kernel/install\\&.d/ with the same name as an executable in /usr/lib/"
"kernel/install\\&.d/, pointing to /dev/null, disables the executable "
"entirely\\&. Executables must have the extension \"\\&.install\"; other "
"extensions are ignored\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"An executable placed in these directories should return B<0> on success\\&. "
"It may also return B<77> to cause the whole operation to terminate "
"(executables later in lexical order will be skipped)\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"B<add [[[>I<KERNEL-VERSION>B<] >I<KERNEL-IMAGE>B<] [>I<INITRD-FILE>B< \\&."
"\\&.\\&.]]>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"This command takes a kernel version string and a path to a kernel image file "
"as arguments\\&. If the former is omitted, specified as an empty string or "
"as \"-\" it defaults to the current kernel version, i\\&.e\\&. the same "
"string B<uname -r> returns\\&. If the latter is omitted, specified as an "
"empty string or as \"-\" defaults to /usr/lib/modules/I<KERNEL_VERSION>/"
"vmlinuz\\&. Optionally, one or more initrd images may be specified as well "
"(note that plugins might generate additional ones)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"The executable files from /usr/lib/kernel/install\\&.d/*\\&.install and /etc/"
"kernel/install\\&.d/*\\&.install (i\\&.e\\&. the plugins) are called with "
"the following arguments:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid ""
"add I<KERNEL-VERSION> $BOOT/I<ENTRY-TOKEN>/I<KERNEL-VERSION>/ I<KERNEL-IMAGE> \\e\n"
"          [I<INITRD-FILE> \\&.\\&.\\&.]\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"The third argument directly refers to the path where to place kernel images, "
"initrd images and other resources for \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2 Type #1 entries (the \"entry "
"directory\")\\&. If other boot loader schemes are used the parameter may be "
"ignored\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"The I<ENTRY-TOKEN> string is typically the machine ID and is supposed to "
"identify the local installation on the system\\&. For details see below\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Two default plugins execute the following operations in this case:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"B<kernel-install> creates $BOOT/I<ENTRY-TOKEN>/I<KERNEL-VERSION>, if enabled "
"(see I<$KERNEL_INSTALL_LAYOUT>)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "50-depmod\\&.install runs B<depmod>(8)  for the I<KERNEL-VERSION>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"90-loaderentry\\&.install copies I<KERNEL-IMAGE> to $BOOT/I<ENTRY-TOKEN>/"
"I<KERNEL-VERSION>/linux\\&. If I<INITRD-FILE>s are provided, it also copies "
"them to $BOOT/I<ENTRY-TOKEN>/I<KERNEL_VERSION>/I<INITRD-FILE>\\&. This can "
"also be used to prepend microcode before the actual initrd\\&. It also "
"creates a boot loader entry according to the \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2 (Type #1) in $BOOT/loader/entries/"
"I<ENTRY-TOKEN>-I<KERNEL-VERSION>\\&.conf\\&. The title of the entry is the "
"I<PRETTY_NAME> parameter specified in /etc/os-release or /usr/lib/os-release "
"(if the former is missing), or \"Linux I<KERNEL-VERSION>\", if unset\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"If I<$KERNEL_INSTALL_LAYOUT> is not \"bls\", this plugin does nothing\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"90-uki-copy\\&.install copies a file uki\\&.efi from "
"I<$KERNEL_INSTALL_STAGING_AREA> or if it does not exist the I<KERNEL-IMAGE> "
"argument, only if it has a \"\\&.efi\" extension, to $BOOT/EFI/Linux/I<ENTRY-"
"TOKEN>-I<KERNEL-VERSION>\\&.efi\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"If I<$KERNEL_INSTALL_LAYOUT> is not \"uki\", this plugin does nothing\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"This is the same as B<add> (see above), but invokes the operation "
"iteratively for every installed kernel in /usr/lib/modules/\\&. This "
"operation is only supported on systems where the kernel image is installed "
"in /usr/lib/modules/I<KERNEL-VERSION>/vmlinuz\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "B<remove >I<KERNEL-VERSION>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "This command expects a kernel version string as single argument\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "remove I<KERNEL-VERSION> $BOOT/I<ENTRY-TOKEN>/I<KERNEL-VERSION>/\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Afterwards, B<kernel-install> removes the entry directory $BOOT/I<ENTRY-"
"TOKEN>/I<KERNEL-VERSION>/ and its contents, if it exists\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"50-depmod\\&.install removes the files generated by B<depmod> for this "
"kernel again\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"90-loaderentry\\&.install removes the file $BOOT/loader/entries/I<ENTRY-"
"TOKEN>-I<KERNEL-VERSION>\\&.conf\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"90-uki-copy\\&.install removes the file $BOOT/EFI/Linux/I<ENTRY-TOKEN>-"
"I<KERNEL-VERSION>\\&.efi\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"B<inspect [[[>I<KERNEL-VERSION>B<] >I<KERNEL-IMAGE>B<] [>I<INITRD-FILE>B< "
"\\&.\\&.\\&.]]>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Takes the same parameters as B<add>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Shows the various paths and parameters configured or auto-detected\\&. In "
"particular shows the values of the various I<$KERNEL_INSTALL_*> environment "
"variables listed below, as they would be passed to plugins\\&. The B<--json> "
"option can be used to get the output of this verb as a JSON object\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Shows the various installed kernels\\&. This enumerates the subdirectories "
"of /usr/lib/modules/, and shows whether a kernel image is installed there\\&."
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "COMPATIBILITY WITH THE KERNEL BUILD SYSTEM"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<installkernel> [OPTIONS...] VERSION VMLINUZ [MAP] [INSTALLATION-DIR]"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"When invoked as B<installkernel>, this program accepts arguments as "
"specified by the kernel build system\\*(Aqs B<make install> command\\&. The "
"I<VERSION> and I<VMLINUZ> parameters specify the kernel version and the "
"kernel binary\\&. The other two parameters (I<MAP> and I<INSTALLATION-DIR>) "
"are currently ignored\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "THE \\FI$BOOT\\FR PARTITION"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"The partition where the kernels and \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2 snippets are located is called "
"I<$BOOT>\\&.  B<kernel-install> determines the location of this partition by "
"checking /efi/, /boot/, and /boot/efi/ in turn\\&. The first location where "
"$BOOT/loader/entries/ or $BOOT/I<ENTRY-TOKEN>/ exists is used\\&."
msgstr ""

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

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Path to the EFI System Partition (ESP)\\&. If not specified, /efi/, /boot/, "
"and /boot/efi/ are checked in turn\\&. It is recommended to mount the ESP "
"to /efi/, if possible\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Path to the Extended Boot Loader partition, as defined in the "
"\\m[blue]B<Boot Loader Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2\\&. If not "
"specified, /boot/ is checked\\&. It is recommended to mount the Extended "
"Boot Loader partition to /boot/, if possible\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "B<--make-entry-directory=yes|no|auto>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Controls creation and deletion of the \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2 Type #1 entry directory on the "
"file system containing resources such as kernel and initrd images during "
"B<add> and B<remove>, respectively\\&. The directory is named after the "
"entry token, and is placed immediately below the boot root directory\\&. "
"When \"auto\", the directory is created or removed only when the install "
"layout is \"bls\"\\&. Defaults to \"auto\"\\&."
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
msgid "B<--entry-token=>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Controls how to name and identify boot loader entries for this kernel "
"installation or deletion\\&. Takes one of \"auto\", \"machine-id\", \"os-"
"id\", \"os-image-id\", or an arbitrary string prefixed by \"literal:\" as "
"argument\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"If set to B<machine-id> the entries are named after the machine ID of the "
"running system (e\\&.g\\&.  \"b0e793a9baf14b5fa13ecbe84ff637ac\")\\&. See "
"B<machine-id>(5)  for details about the machine ID concept and file\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"If set to B<os-id> the entries are named after the OS ID of the running "
"system, i\\&.e\\&. the I<ID=> field of B<os-release>(5)  (e\\&.g\\&.  "
"\"fedora\")\\&. Similarly, if set to B<os-image-id> the entries are named "
"after the OS image ID of the running system, i\\&.e\\&. the I<IMAGE_ID=> "
"field of os-release (e\\&.g\\&.  \"vendorx-cashier-system\")\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"If set to B<auto> (the default), the /etc/kernel/entry-token (or "
"$KERNEL_INSTALL_CONF_ROOT/entry-token) file will be read if it exists, and "
"the stored value used\\&. Otherwise if the local machine ID is initialized "
"it is used\\&. Otherwise I<IMAGE_ID=> from os-release will be used, if "
"set\\&. Otherwise, I<ID=> from os-release will be used, if set\\&. Otherwise "
"a randomly generated machine ID is used\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Using the machine ID for naming the entries is generally preferable, however "
"there are cases where using the other identifiers is a good option\\&. "
"Specifically: if the identification data that the machine ID entails shall "
"not be stored on the (unencrypted)  I<$BOOT_ROOT> partition, or if the ID "
"shall be generated on first boot and is not known when the entries are "
"prepared\\&. Note that using the machine ID has the benefit that multiple "
"parallel installations of the same OS can coexist on the same medium, and "
"they can update their boot loader entries independently\\&. When using "
"another identifier (such as the OS ID or the OS image ID), parallel "
"installations of the same OS would try to use the same entry name\\&. To "
"support parallel installations, the installer must use a different entry "
"token when adding a second installation\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Output additional information about operations being performed\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Takes a directory path as an argument\\&. All paths will be prefixed with "
"the given alternate I<root> path, including config search paths\\&. This is "
"useful to operate on a system image mounted to the specified directory "
"instead of the host system itself\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Takes a path to a disk image file or block device node\\&. If specified, all "
"operations are applied to the file system in the indicated disk image\\&. "
"This option is similar to B<--root=>, but operates on file systems stored in "
"disk images or block devices\\&. The disk image should either contain just a "
"file system or a set of file systems within a GPT partition table, following "
"the \\m[blue]B<Discoverable Partitions "
"Specification>\\m[]\\&\\s-2\\u[3]\\d\\s+2\\&. For further information on "
"supported disk images, see B<systemd-nspawn>(1)\\*(Aqs switch of the same "
"name\\&."
msgstr ""

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

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

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

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

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Do not pipe output into a pager\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Shows output formatted as JSON\\&. Expects one of \"short\" (for the "
"shortest possible output without any redundant whitespace or line breaks), "
"\"pretty\" (for a pretty version of the same, with indentation and line "
"breaks) or \"off\" (to turn off JSON output, the default)\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Takes an image policy string as argument, as per B<systemd.image-"
"policy>(7)\\&. The policy is enforced when operating on the disk image "
"specified via B<--image=>, see above\\&. If not specified defaults to the "
"\"*\" policy, i\\&.e\\&. all recognized file systems in the image are "
"used\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Do not print the legend, i\\&.e\\&. column headers and the footer with "
"hints\\&."
msgstr ""

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

#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "Environment variables exported for plugins"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"If B<--verbose> is used, I<$KERNEL_INSTALL_VERBOSE=1> will be exported for "
"plugins\\&. They may output additional logs in this case\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_IMAGE_TYPE=uki|pe|unknown> is set for the plugins to "
"specify the type of the kernel image\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Unified kernel image\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "PE binary\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Unknown type\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_MACHINE_ID> is set for the plugins to the desired machine-"
"id to use\\&. It\\*(Aqs always a 128-bit ID\\&. Normally it\\*(Aqs read "
"from /etc/machine-id, but it can also be overridden via I<$MACHINE_ID> (see "
"below)\\&. If not specified via these methods, a fallback value will "
"generated by B<kernel-install> and used only for a single invocation\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_ENTRY_TOKEN> is set for the plugins to the desired entry "
"\"token\" to use\\&. It\\*(Aqs an identifier that shall be used to identify "
"the local installation, and is often the machine ID, i\\&.e\\&. same as "
"I<$KERNEL_INSTALL_MACHINE_ID>, but might also be a different type of "
"identifier, for example a fixed string or the I<ID=>, I<IMAGE_ID=> values "
"from /etc/os-release\\&. The string passed here will be used to name Boot "
"Loader Specification entries, or the directories the kernel image and "
"initial RAM disk images are placed into\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Note that while I<$KERNEL_INSTALL_ENTRY_TOKEN> and "
"I<$KERNEL_INSTALL_MACHINE_ID> are often set to the same value, the latter is "
"guaranteed to be a valid 32 character ID in lowercase hexadecimals while the "
"former can be any short string\\&. The entry token to use is read from /etc/"
"kernel/entry-token, if it exists\\&. Otherwise a few possible candidates "
"below I<$BOOT> are checked for Boot Loader Specification Type 1 entry "
"directories, and if found the entry token is derived from that\\&. If that "
"is not successful, I<$KERNEL_INSTALL_MACHINE_ID> is used as fallback\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_BOOT_ROOT> is set for the plugins to the absolute path of "
"the root directory (mount point, usually) of the hierarchy where boot loader "
"entries, kernel images, and associated resources should be placed\\&. This "
"usually is the path where the XBOOTLDR partition or the ESP (EFI System "
"Partition) are mounted, and also conceptually referred to as I<$BOOT>\\&. "
"Can be overridden by setting I<$BOOT_ROOT> (see below)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_LAYOUT=auto|bls|uki|other|\\&.\\&.\\&.> is set for the "
"plugins to specify the installation layout\\&. Additional layout names may "
"be defined by convention\\&. If a plugin uses a special layout, it\\*(Aqs "
"encouraged to declare its own layout name and configure I<layout=> in "
"install\\&.conf upon initial installation\\&. The following values are "
"currently understood:"
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Standard \\m[blue]B<Boot Loader Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2 "
"Type #1 layout, compatible with B<systemd-boot>(7): entries in $BOOT/loader/"
"entries/I<ENTRY-TOKEN>-I<KERNEL-VERSION>[+I<TRIES>]\\&.conf, kernel and "
"initrds under $BOOT/I<ENTRY-TOKEN>/I<KERNEL-VERSION>/"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Implemented by 90-loaderentry\\&.install\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Standard \\m[blue]B<Boot Loader Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2 "
"Type #2 layout, compatible with B<systemd-boot>(7): unified kernel images "
"under $BOOT/EFI/Linux as $BOOT/EFI/Linux/I<ENTRY-TOKEN>-I<KERNEL-"
"VERSION>[+I<TRIES>]\\&.efi\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Implemented by 90-uki-copy\\&.install\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Some other layout not understood natively by B<kernel-install>\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Pick the layout automatically\\&. If the kernel is a UKI set layout to "
"B<uki>\\&. If not default to B<bls> if $BOOT/loader/entries\\&.srel with "
"content \"type1\" or $BOOT/I<ENTRY-TOKEN> exists, or B<other> otherwise\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Leaving layout blank has the same effect\\&. This is the default\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_INITRD_GENERATOR> and I<$KERNEL_INSTALL_UKI_GENERATOR> are "
"set for plugins to select the initrd and/or UKI generator\\&. This may be "
"configured as I<initrd_generator=> and I<uki_generator=> in install\\&.conf, "
"see below\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_STAGING_AREA> is set for plugins to a path to a "
"directory\\&. Plugins may drop files in that directory, and they will be "
"installed as part of the loader entry, based on the file name and extension: "
"Files named initrd* will be installed as I<INITRD-FILE>s, and files named "
"microcode* will be prepended before I<INITRD-FILE>s\\&."
msgstr ""

#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "Environment variables understood by kernel-install"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm fedora-40 mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_CONF_ROOT> can be set to override the location of the "
"configuration files read by B<kernel-install>\\&. When set, install\\&.conf, "
"entry-token, and other files will be read from this directory\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$KERNEL_INSTALL_PLUGINS> can be set to override the list of plugins "
"executed by B<kernel-install>\\&. The argument is a whitespace-separated "
"list of paths\\&.  \"KERNEL_INSTALL_PLUGINS=:\" may be used to prevent any "
"plugins from running\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$MACHINE_ID> can be set for B<kernel-install> to override "
"I<$KERNEL_INSTALL_MACHINE_ID>, the machine ID\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"I<$BOOT_ROOT> can be set for B<kernel-install> to override "
"I<$KERNEL_INSTALL_BOOT_ROOT>, the installation location for boot entries\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"The last two variables may also be set in install\\&.conf\\&. Variables set "
"in the environment take precedence over the values specified in the config "
"file\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"If every executable returns 0 or 77, 0 is returned, and a non-zero failure "
"code otherwise\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"/etc/kernel/install\\&.d/*\\&.install, /usr/lib/kernel/install\\&.d/*\\&."
"install"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Drop-in files which are executed by B<kernel-install>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "/etc/kernel/cmdline, /usr/lib/kernel/cmdline, /proc/cmdline"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Specifies the kernel command line to use\\&. The first of the files that is "
"found will be used\\&.  I<$KERNEL_INSTALL_CONF_ROOT> may be used to override "
"the search path; see below for details\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "/etc/kernel/devicetree, /usr/lib/kernel/devicetree"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Specifies the partial path to the file containing the device tree blob to "
"install with the kernel and use at boot\\&. The first of the files that is "
"found will be used\\&.  I<$KERNEL_INSTALL_CONF_ROOT> may be used to override "
"the search path; see below for details\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"The devicetree file contains a path, and this path specifies a location "
"relative to the kernel install tree\\&. A set of locations is checked, "
"including in particular /usr/lib/modules/I<KERNEL_VERSION>/dtb/, which is "
"the recommended location to place the dtb files under\\&. For example, with "
"\"broadcom/bcm2711-rpi-4-b\\&.dtb\" in the devicetree file, the device tree "
"blob for the Raspberry Pi 4 Model B would be installed, and the actual file "
"would be /usr/lib/modules/I<KERNEL_VERSION>/dtb/broadcom/bcm2711-rpi-4-b\\&."
"dtb\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "/etc/kernel/tries"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Read by 90-loaderentry\\&.install and 90-uki-copy\\&.install\\&. If this "
"file exists, a numeric value is read from it and the naming of the generated "
"entry file or UKI is altered to include it as $BOOT/loader/entries/I<ENTRY-"
"TOKEN>-I<KERNEL-VERSION>+I<TRIES>\\&.conf or $BOOT/EFI/Linux/I<ENTRY-TOKEN>-"
"I<KERNEL-VERSION>+I<TRIES>\\&.efi, respectively\\&. This is useful for boot "
"loaders such as B<systemd-boot>(7)  which implement boot attempt counting "
"with a counter embedded in the entry file name\\&.  "
"I<$KERNEL_INSTALL_CONF_ROOT> may be used to override the search path; see "
"below for details\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "/etc/kernel/entry-token"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"If this file exists it is read and used as \"entry token\" for this system, "
"i\\&.e\\&. is used for naming Boot Loader Specification entries\\&. See "
"I<$KERNEL_INSTALL_ENTRY_TOKEN> above for details\\&.  "
"I<$KERNEL_INSTALL_CONF_ROOT> may be used to override the search path; see "
"below for details\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "/etc/machine-id"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"The content of this file specifies the machine identification I<MACHINE-"
"ID>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "/etc/os-release, /usr/lib/os-release"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Read by 90-loaderentry\\&.install\\&. If available, I<PRETTY_NAME=> is read "
"from these files and used as the title of the boot menu entry\\&. Otherwise, "
"\"Linux I<KERNEL-VERSION>\" will be used\\&."
msgstr ""

#. type: Plain text
#: archlinux fedora-40 mageia-cauldron
msgid "/etc/kernel/install\\&.conf, /usr/lib/kernel/install\\&.conf"
msgstr ""

#. type: Plain text
#: archlinux fedora-40 mageia-cauldron
msgid ""
"Configuration file with options for B<kernel-install>, as a series of "
"I<KEY=>I<VALUE> assignments, compatible with shell syntax, following the "
"same rules as described in B<os-release>(5)\\&. The first of the files that "
"is found will be used\\&.  I<$KERNEL_INSTALL_CONF_ROOT> may be used to "
"override the search path; see below for details\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Currently, the following keys are supported: I<MACHINE_ID=>, I<BOOT_ROOT=>, "
"I<layout=>, I<initrd_generator=>, I<uki_generator=>\\&. See the Environment "
"variables section above for details\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "/etc/kernel/uki\\&.conf"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Ini-style configuration file for B<ukify>(1)  which is only effective when "
"I<$KERNEL_INSTALL_LAYOUT> or I<layout=> in install\\&.conf is set to B<uki> "
"and I<$KERNEL_INSTALL_UKI_GENERATOR> or I<uki_generator=> in install\\&.conf "
"is set to B<ukify>, or is unset\\&.  I<$KERNEL_INSTALL_CONF_ROOT> may be "
"used to override the search path; see below for details\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "/usr/lib/modules/I<KERNEL-VERSION/>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Location for installed kernel modules and other kernel related resources\\&. "
"For each locally installed kernel a directory named after the kernel version "
"(B<uname -r>) is kept\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "/usr/lib/modules/I<KERNEL-VERSION/vmlinuz>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Location for installed kernel images\\&. This is the recommended location "
"for OS package managers to install kernel images into (as applicable), from "
"which B<kernel-install add> then copies it into the final boot partition\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"For various cases listed above, if the I<$KERNEL_INSTALL_CONF_ROOT> "
"environment variable is set, it will override the search path\\&. The files "
"will be loaded I<only> from the directory specified by the environment "
"variable\\&. When the variable is not set, the listed paths are tried in "
"turn, and the first file that exists is used\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"B<machine-id>(5), B<os-release>(5), B<depmod>(8), B<systemd-boot>(7), "
"B<ukify>(1), \\m[blue]B<Boot Loader Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2"
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
"Nowadays actually CPIO archives used as an \"initramfs\", rather than "
"\"initrd\". See B<bootup>(7)  for an explanation."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid "Boot Loader Specification"
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "Discoverable Partitions Specification"
msgstr ""

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

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

#. type: Plain text
#: debian-bookworm
msgid "B<kernel-install> [OPTIONS...] inspect [I<KERNEL-IMAGE>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"B<add >I<KERNEL-VERSION>B< >I<KERNEL-IMAGE>B< [>I<INITRD-FILE>B< \\&.\\&."
"\\&.]>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"This command expects a kernel version string and a path to a kernel image "
"file as arguments\\&. Optionally, one or more initrd images may be specified "
"as well (note that plugins might generate additional ones)\\&.  B<kernel-"
"install> calls the executable files from /usr/lib/kernel/install\\&.d/*\\&."
"install and /etc/kernel/install\\&.d/*\\&.install (i\\&.e\\&. the plugins) "
"with the following arguments:"
msgstr ""

#. type: Plain text
#: debian-bookworm
#, no-wrap
msgid "add I<KERNEL-VERSION> $BOOT/I<ENTRY-TOKEN>/I<KERNEL-VERSION>/ I<KERNEL-IMAGE> [I<INITRD-FILE> \\&.\\&.\\&.]\n"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The third argument directly refers to the path where to place kernel images, "
"initrd images and other resources for \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[2]\\d\\s+2 Type #1 entries (the \"entry "
"directory\")\\&. If other boot loader schemes are used the parameter may be "
"ignored\\&. The I<ENTRY-TOKEN> string is typically the machine ID and is "
"supposed to identify the local installation on the system\\&. For details "
"see below\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"This command expects a kernel version string as single argument\\&. This "
"calls executables from /usr/lib/kernel/install\\&.d/*\\&.install and /etc/"
"kernel/install\\&.d/*\\&.install with the following arguments:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<inspect [>I<KERNEL-IMAGE>B<]>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Shows the various paths and parameters configured or auto-detected\\&. In "
"particular shows the values of the various I<$KERNEL_INSTALL_*> environment "
"variables listed below\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"/usr/lib/kernel/install\\&.d/*\\&.install /etc/kernel/install\\&.d/*\\&."
"install"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Drop-in files which are executed by kernel-install\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "/usr/lib/kernel/cmdline /etc/kernel/cmdline /proc/cmdline"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Read by 90-loaderentry\\&.install\\&. The content of the file /etc/kernel/"
"cmdline specifies the kernel command line to use\\&. If that file does not "
"exist, /usr/lib/kernel/cmdline is used\\&. If that also does not exist, /"
"proc/cmdline is used\\&.  I<$KERNEL_INSTALL_CONF_ROOT> may be used to "
"override the path\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Read by 90-loaderentry\\&.install and 90-uki-copy\\&.install\\&. If this "
"file exists a numeric value is read from it and the naming of the generated "
"entry file or UKI is slightly altered to include it as $BOOT/loader/entries/"
"I<ENTRY-TOKEN>-I<KERNEL-VERSION>+I<TRIES>\\&.conf or $BOOT/EFI/Linux/I<ENTRY-"
"TOKEN>-I<KERNEL-VERSION>+I<TRIES>\\&.efi, respectively\\&. This is useful "
"for boot loaders such as B<systemd-boot>(7)  which implement boot attempt "
"counting with a counter embedded in the entry file name\\&.  "
"I<$KERNEL_INSTALL_CONF_ROOT> may be used to override the path\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"If this file exists it is read and used as \"entry token\" for this system, "
"i\\&.e\\&. is used for naming Boot Loader Specification entries, see "
"I<$KERNEL_INSTALL_ENTRY_TOKEN> above for details\\&.  "
"I<$KERNEL_INSTALL_CONF_ROOT> may be used to override the path\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "/etc/os-release /usr/lib/os-release"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "/usr/lib/kernel/install\\&.conf /etc/kernel/install\\&.conf"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Configuration options for B<kernel-install>, as a series of I<KEY=>I<VALUE> "
"assignments, compatible with shell syntax, following the same rules as "
"described in B<os-release>(5)\\&.  /etc/kernel/install\\&.conf will be read "
"if present, and /usr/lib/kernel/install\\&.conf otherwise\\&. This file is "
"optional\\&.  I<$KERNEL_INSTALL_CONF_ROOT> may be used to override the "
"path\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Ini-style configuration file for B<ukify>(1)  which is only effective when "
"I<$KERNEL_INSTALL_LAYOUT> or I<layout=> in install\\&.conf is set to B<uki> "
"and I<$KERNEL_INSTALL_UKI_GENERATOR> or I<uki_generator=> in install\\&.conf "
"is set to B<ukify>\\&.  I<$KERNEL_INSTALL_CONF_ROOT> may be used to override "
"the path\\&."
msgstr ""

#. type: TH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "systemd 256~rc3"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<kernel-install> [OPTIONS...] add-all"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"I<$KERNEL_INSTALL_CONF_ROOT> can be set to override the location of the "
"configuration files read by B<kernel-install>\\&. When set, install\\&.conf, "
"entry-token, and other files will be read from this directory only\\&. Note "
"that this path is relative to the host, and in particular I<symlinks in this "
"directory are resolved relative to the host>, even if B<--root=>I<root> is "
"used\\&. This means that it is generally I<not> correct to use this variable "
"to specify a directory underneath I<root> if symlinks are used there\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"/etc/kernel/install\\&.conf, /run/kernel/install\\&.conf, /usr/local/lib/"
"kernel/install\\&.conf, /usr/lib/kernel/install\\&.conf, /etc/kernel/"
"install\\&.conf\\&.d/*\\&.conf, /run/kernel/install\\&.conf\\&.d/*\\&.conf, /"
"usr/local/lib/kernel/install\\&.conf\\&.d/*\\&.conf, /usr/lib/kernel/"
"install\\&.conf\\&.d/*\\&.conf"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Configuration file with options for B<kernel-install>, as a series of "
"I<KEY=>I<VALUE> assignments, compatible with shell syntax, following the "
"same rules as described in B<os-release>(5)\\&. The first of the files that "
"is found will be used\\&.  I<$KERNEL_INSTALL_CONF_ROOT> may be used to "
"override the search path; see below for details\\&. Drop-in files may also "
"be used to extend the configuration with overrides, see B<systemd."
"unit>(5)\\&."
msgstr ""