summaryrefslogtreecommitdiffstats
path: root/templates/man8/systemd-repart.8.pot
blob: 8ee57f8e8372fa8cadcb72898c17b5e8a282ea6b (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
# 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:11+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 "SYSTEMD-REPART"
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 "systemd-repart"
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 ""
"systemd-repart, systemd-repart.service - Automatically grow and add "
"partitions"
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-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<systemd-repart> [OPTIONS...] [I<[BLOCKDEVICE]>...]"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "systemd-repart\\&.service"
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<systemd-repart> grows and adds partitions to a partition table, based on "
"the configuration files described in B<repart.d>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"If invoked with no arguments, it operates on the block device backing the "
"root file system partition of the running OS, thus growing and adding "
"partitions of the booted OS image itself\\&. If I<--image=> is used it will "
"operate on the specified image file\\&. When called in the initrd it "
"operates on the block device backing /sysroot/ instead, i\\&.e\\&. on the "
"block device the system will soon transition into\\&. The systemd-repart\\&."
"service service is generally run at boot in the initrd, in order to augment "
"the partition table of the OS before its partitions are mounted\\&.  "
"B<systemd-repart> (mostly) operates in a purely incremental mode: it only "
"grows existing and adds new partitions; it does not shrink, delete or move "
"existing partitions\\&. The service is intended to be run on every boot, but "
"when it detects that the partition table already matches the installed "
"repart\\&.d/*\\&.conf configuration files, it executes no operation\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"B<systemd-repart> is intended to be used when deploying OS images, to "
"automatically adjust them to the system they are running on, during first "
"boot\\&. This way the deployed image can be minimal in size and may be "
"augmented automatically at boot when needed, taking possession of disk space "
"available but not yet used\\&. Specifically the following use cases are "
"among those covered:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The root partition may be grown to cover the whole available disk space\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "A /home/, swap or /srv/ partition can be added\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"A second (or third, \\&...) root partition may be added, to cover A/B style "
"setups where a second version of the root file system is alternatingly used "
"for implementing update schemes\\&. The deployed image would carry only a "
"single partition (\"A\") but on first boot a second partition (\"B\") for "
"this purpose is automatically created\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "The algorithm executed by B<systemd-repart> is roughly as follows:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The repart\\&.d/*\\&.conf configuration files are loaded and parsed, and "
"ordered by filename (without the directory prefix)\\&. For each "
"configuration file, drop-in files are looked for in directories with same "
"name as the configuration file with a suffix \"\\&.d\" added\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The partition table already existing on the block device is loaded and "
"parsed\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The existing partitions in the partition table are matched up with the "
"repart\\&.d/*\\&.conf files by GPT partition type UUID\\&. The first "
"existing partition of a specific type is assigned the first configuration "
"file declaring the same type\\&. The second existing partition of a specific "
"type is then assigned the second configuration file declaring the same type, "
"and so on\\&. After this iterative assigning is complete any left-over "
"existing partitions that have no matching configuration file are considered "
"\"foreign\" and left as they are\\&. And any configuration files for which "
"no partition currently exists are understood as a request to create such a "
"partition\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Partitions that shall be created are now allocated on the disk, taking the "
"size constraints and weights declared in the configuration files into "
"account\\&. Free space is used within the limits set by size and padding "
"requests\\&. In addition, existing partitions that should be grown are "
"grown\\&. New partitions are always appended to the end of the partition "
"table, taking the first partition table slot whose index is greater than the "
"indexes of all existing partitions\\&. Partitions are never reordered and "
"thus partition numbers remain stable\\&. When partitions are created, they "
"are placed in the smallest area of free space that is large enough to "
"satisfy the size and padding limits\\&. This means that partitions might "
"have different order on disk than in the partition table\\&. Note that this "
"allocation happens in memory only, the partition table on disk is not "
"updated yet\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"All existing partitions for which configuration files exist and which "
"currently have no GPT partition label set will be assigned a label, either "
"explicitly configured in the configuration or \\(em if that\\*(Aqs missing "
"\\(em derived automatically from the partition type\\&. The same is done for "
"all partitions that are newly created\\&. These assignments are done in "
"memory only, too, the disk is not updated yet\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Similarly, all existing partitions for which configuration files exist and "
"which currently have an all-zero identifying UUID will be assigned a new "
"UUID\\&. This UUID is cryptographically hashed from a common seed value "
"together with the partition type UUID (and a counter in case multiple "
"partitions of the same type are defined), see below\\&. The same is done for "
"all partitions that are created anew\\&. These assignments are done in "
"memory only, too, the disk is not updated yet\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Similarly, if the disk\\*(Aqs volume UUID is all zeroes it is also "
"initialized, also cryptographically hashed from the same common seed "
"value\\&. This is done in memory only too\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The disk space assigned to new partitions (i\\&.e\\&. what was previously "
"free space) is now erased\\&. Specifically, all file system signatures are "
"removed, and if the device supports it, the B<BLKDISCARD> I/O control "
"command is issued to inform the hardware that the space is now empty\\&. In "
"addition any \"padding\" between partitions and at the end of the device is "
"similarly erased\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The new partition table is finally written to disk\\&. The kernel is asked "
"to reread the partition table\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"As exception to the normally strictly incremental operation, when called in "
"a special \"factory reset\" mode, B<systemd-repart> may also be used to "
"erase existing partitions to reset an installation back to vendor "
"defaults\\&. This mode of operation is used when either the B<--factory-"
"reset=yes> switch is passed on the tool\\*(Aqs command line, or the "
"B<systemd\\&.factory_reset=yes> option specified on the kernel command line, "
"or the I<FactoryReset> EFI variable (vendor UUID "
"B<8cf2644b-4b0b-428f-9387-6d876050dc67>) is set to \"yes\"\\&. It alters the "
"algorithm above slightly: between the 3rd and the 4th step above any "
"partition marked explicitly via the I<FactoryReset=> boolean is deleted, and "
"the algorithm restarted, thus immediately re-creating these partitions anew "
"empty\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Note that B<systemd-repart> by default only changes partition tables, it "
"does not create or resize any file systems within these partitions, unless "
"the I<Format=> configuration option is specified\\&. Also note that there "
"are also separate mechanisms available for this purpose, for example "
"B<systemd-growfs>(8)  and B<systemd-makefs>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The UUIDs identifying the new partitions created (or assigned to existing "
"partitions that have no UUID yet), as well as the disk as a whole are hashed "
"cryptographically from a common seed value\\&. This seed value is usually "
"the B<machine-id>(5)  of the system, so that the machine ID reproducibly "
"determines the UUIDs assigned to all partitions\\&. If the machine ID cannot "
"be read (or the user passes B<--seed=random>, see below) the seed is "
"generated randomly instead, so that the partition UUIDs are also effectively "
"random\\&. The seed value may also be set explicitly, formatted as UUID via "
"the B<--seed=> option\\&. By hashing these UUIDs from a common seed images "
"prepared with this tool become reproducible and the result of the algorithm "
"above deterministic\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The positional argument should specify the block device to operate on\\&. "
"Instead of a block device node path a regular file may be specified too, in "
"which case the command operates on it like it would if a loopback block "
"device node was specified with the file attached\\&. If B<--empty=create> is "
"specified the specified path is created as regular file, which is useful for "
"generating disk images from scratch\\&."
msgstr ""

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

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a boolean\\&. If this switch is not specified B<--dry-run=yes> is the "
"implied default\\&. Controls whether systemd-repart executes the requested "
"re-partition operations or whether it should only show what it would do\\&. "
"Unless B<--dry-run=no> is specified systemd-repart will not actually touch "
"the device\\*(Aqs partition table\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes one of \"refuse\", \"allow\", \"require\", \"force\" or \"create\"\\&. "
"Controls how to operate on block devices that are entirely empty, i\\&.e\\&. "
"carry no partition table/disk label yet\\&. If this switch is not specified "
"the implied default is \"refuse\"\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"If \"refuse\" B<systemd-repart> requires that the block device it shall "
"operate on already carries a partition table and refuses operation if none "
"is found\\&. If \"allow\" the command will extend an existing partition "
"table or create a new one if none exists\\&. If \"require\" the command will "
"create a new partition table if none exists so far, and refuse operation if "
"one already exists\\&. If \"force\" it will create a fresh partition table "
"unconditionally, erasing the disk fully in effect\\&. If \"force\" no "
"existing partitions will be taken into account or survive the operation\\&. "
"Hence: use with care, this is a great way to lose all your data\\&. If "
"\"create\" a new loopback file is create under the path passed via the "
"device node parameter, of the size indicated with B<--size=>, see below\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a boolean\\&. If this switch is not specified B<--discard=yes> is the "
"implied default\\&. Controls whether to issue the B<BLKDISCARD> I/O control "
"command on the space taken up by any added partitions or on the space in "
"between them\\&. Usually, it\\*(Aqs a good idea to issue this request since "
"it tells the underlying hardware that the covered blocks shall be considered "
"empty, improving performance\\&. If operating on a regular file instead of a "
"block device node, a sparse file is generated\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a size in bytes, using the usual K, M, G, T suffixes, or the special "
"value \"auto\"\\&. If used the specified device node path must refer to a "
"regular file, which is then grown to the specified size if smaller, before "
"any change is made to the partition table\\&. If specified as \"auto\" the "
"minimal size for the disk image is automatically determined (i\\&.e\\&. the "
"minimal sizes of all partitions are summed up, taking space for additional "
"metadata into account)\\&. This switch is not supported if the specified "
"node is a block device\\&. This switch has no effect if the file is already "
"as large as the specified size or larger\\&. The specified size is "
"implicitly rounded up to multiples of 4096\\&. When used with B<--"
"empty=create> this specifies the initial size of the loopback file to "
"create\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The B<--size=auto> option takes the sizes of pre-existing partitions into "
"account\\&. However, it does not accommodate for partition tables that are "
"not tightly packed: the configured partitions might still not fit into the "
"backing device if empty space exists between pre-existing partitions (or "
"before the first partition) that cannot be fully filled by partitions to "
"grow or create\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Also note that the automatic size determination does not take files or "
"directories specified with B<CopyFiles=> into account: operation might fail "
"if the specified files or directories require more disk space then the "
"configured per-partition minimal size limit\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes boolean\\&. If this switch is not specified B<--factory=reset=no> is "
"the implied default\\&. Controls whether to operate in \"factory reset\" "
"mode, see above\\&. If set to true this will remove all existing partitions "
"marked with I<FactoryReset=> set to yes early while executing the re-"
"partitioning algorithm\\&. Use with care, this is a great way to lose all "
"your data\\&. Note that partition files need to explicitly turn "
"I<FactoryReset=> on, as the option defaults to off\\&. If no partitions are "
"marked for factory reset this switch has no effect\\&. Note that there are "
"two other methods to request factory reset operation: via the kernel command "
"line and via an EFI variable, see above\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"If this switch is specified the disk is not re-partitioned\\&. Instead it is "
"determined if any existing partitions are marked with I<FactoryReset=>\\&. "
"If there are the tool will exit with exit status zero, otherwise non-"
"zero\\&. This switch may be used to quickly determine whether the running "
"system supports a factory reset mechanism built on B<systemd-repart>\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a path to a directory to use as root file system when searching for "
"repart\\&.d/*\\&.conf files, for the machine ID file to use as seed and for "
"the I<CopyFiles=> and I<CopyBlocks=> source files and directories\\&. By "
"default when invoked on the regular system this defaults to the host\\*(Aqs "
"root file system /\\&. If invoked from the initrd this defaults to /"
"sysroot/, so that the tool operates on the configuration and machine ID "
"stored in the root file system later transitioned into itself\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"See B<--copy-source=> for a more restricted option that only affects "
"I<CopyFiles=>\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a path to a disk image file or device to mount and use in a similar "
"fashion to B<--root=>, see above\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
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-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--seed=>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a UUID as argument or the special value B<random>\\&. If a UUID is "
"specified the UUIDs to assign to partitions and the partition table itself "
"are derived via cryptographic hashing from it\\&. If not specified it is "
"attempted to read the machine ID from the host (or more precisely, the root "
"directory configured via B<--root=>) and use it as seed instead, falling "
"back to a randomized seed otherwise\\&. Use B<--seed=random> to force a "
"randomized seed\\&. Explicitly specifying the seed may be used to generated "
"strictly reproducible partition tables\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a boolean argument\\&. If this switch is not specified, it defaults to "
"on when called from an interactive terminal and off otherwise\\&. Controls "
"whether to show a user friendly table and graphic illustrating the changes "
"applied\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a file system path\\&. If specified the *\\&.conf files are read from "
"the specified directory instead of searching in /usr/lib/repart\\&.d/*\\&."
"conf, /etc/repart\\&.d/*\\&.conf, /run/repart\\&.d/*\\&.conf\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "This parameter can be specified multiple times\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a file system path\\&. Configures the encryption key to use when "
"setting up LUKS2 volumes configured with the I<Encrypt=key-file> setting in "
"partition files\\&. Should refer to a regular file containing the key, or an "
"B<AF_UNIX> stream socket in the file system\\&. In the latter case a "
"connection is made to it and the key read from it\\&. If this switch is not "
"specified the empty key (i\\&.e\\&. zero length key) is used\\&. This "
"behaviour is useful for setting up encrypted partitions during early first "
"boot that receive their user-supplied password only in a later setup step\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a file system path\\&. Configures the signing key to use when creating "
"verity signature partitions with the I<Verity=signature> setting in "
"partition files\\&."
msgstr ""

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Takes a file system path\\&. Configures the PEM encoded X\\&.509 certificate "
"to use when creating verity signature partitions with the "
"I<Verity=signature> setting in partition files\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Configures the TPM2 device and list of PCRs to use for LUKS2 volumes "
"configured with the I<Encrypt=tpm2> option\\&. These options take the same "
"parameters as the identically named options to B<systemd-cryptenroll>(1)  "
"and have the same effect on partitions where TPM2 enrollment is requested\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<--tpm2-device-key=> [PATH], B<--tpm2-seal-key-handle=> [HANDLE]"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Configures a TPM2 SRK key to bind encryption to\\&. See B<systemd-"
"cryptenroll>(1)  for details on this option\\&."
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 opensuse-tumbleweed
msgid "B<--tpm2-public-key=> [PATH], B<--tpm2-public-key-pcrs=> [PCR...]"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Configures a TPM2 signed PCR policy to bind encryption to\\&. See B<systemd-"
"cryptenroll>(1)  for details on these two options\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<--tpm2-pcrlock=> [PATH]"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Configures a TPM2 pcrlock policy to bind encryption to\\&. See B<systemd-"
"cryptenroll>(1)  for details on this option\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Enables generation of split artifacts from partitions configured with "
"I<SplitName=>\\&. If enabled, for each partition with I<SplitName=> set, a "
"separate output file containing just the contents of that partition is "
"generated\\&. The output filename consists of the loopback filename suffixed "
"with the name configured with I<SplitName=>\\&. If the loopback filename "
"ends with \"\\&.raw\", the suffix is inserted before the \"\\&.raw\" "
"extension instead\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Note that B<--split> is independent from B<--dry-run>\\&. Even if B<--dry-"
"run> is enabled, split artifacts will still be generated from an existing "
"image if B<--split> is enabled\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"B<--include-partitions=> [PARTITION...], B<--exclude-partitions=> "
"[PARTITION...]"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"These options specify which partition types B<systemd-repart> should operate "
"on\\&. If B<--include-partitions=> is used, all partitions that aren\\*(Aqt "
"specified are excluded\\&. If B<--exclude-partitions=> is used, all "
"partitions that are specified are excluded\\&. Both options take a comma "
"separated list of GPT partition type UUIDs or identifiers (see I<Type=> in "
"B<repart.d>(5))\\&."
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 opensuse-tumbleweed
msgid "B<--defer-partitions=> [PARTITION...]"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"This option specifies for which partition types B<systemd-repart> should "
"defer\\&. All partitions that are deferred using this option are still taken "
"into account when calculating the sizes and offsets of other partitions, but "
"aren\\*(Aqt actually written to the disk image\\&. The net effect of this "
"option is that if you run B<systemd-repart> again without this option, the "
"missing partitions will be added as if they had not been deferred the first "
"time B<systemd-repart> was executed\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--sector-size=> [BYTES]"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"This option allows configuring the sector size of the image produced by "
"B<systemd-repart>\\&. It takes a value that is a power of \"2\" between "
"\"512\" and \"4096\"\\&. This option is useful when building images for "
"disks that use a different sector size as the disk on which the image is "
"produced\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"This option allows overriding the architecture used for architecture "
"specific partition types\\&. For example, if set to \"arm64\" a partition "
"type of \"root-x86-64\" referenced in repart\\&.d/ drop-ins will be patched "
"dynamically to refer to \"root-arm64\" instead\\&. Takes one of \"alpha\", "
"\"arc\", \"arm\", \"arm64\", \"ia64\", \"loongarch64\", \"mips-le\", "
"\"mips64-le\", \"parisc\", \"ppc\", \"ppc64\", \"ppc64-le\", \"riscv32\", "
"\"riscv64\", \"s390\", \"s390x\", \"tilegx\", \"x86\" or \"x86-64\"\\&."
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<--offline=> [BOOL]"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"Instructs B<systemd-repart> to build the image offline\\&. Takes a boolean "
"or \"auto\"\\&. Defaults to \"auto\"\\&. If enabled, the image is built "
"without using loop devices\\&. This is useful to build images unprivileged "
"or when loop devices are not available\\&. If disabled, the image is always "
"built using loop devices\\&. If \"auto\", B<systemd-repart> will build the "
"image online if possible and fall back to building the image offline if loop "
"devices are not available or cannot be accessed due to missing "
"permissions\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<--copy-from=> [IMAGE]"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Instructs B<systemd-repart> to synthesize partition definitions from the "
"partition table in the given image\\&. This option can be specified multiple "
"times to synthesize definitions from each of the given images\\&. The "
"generated definitions will copy the partitions into the destination "
"partition table\\&. The copied partitions will have the same size, metadata "
"and contents but might have a different partition number and might be "
"located at a different offset in the destination partition table\\&. These "
"definitions can be combined with partition definitions read from regular "
"partition definition files\\&. The synthesized definitions take precedence "
"over the definitions read from partition definition files\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<--copy-source=>I<PATH>, B<-s> I<PATH>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Specifies a source directory all I<CopyFiles=> source paths shall be "
"considered relative to\\&. This is similar to B<--root=>, but exclusively "
"applies to the I<CopyFiles=> setting\\&. If B<--root=> and B<--copy-source=> "
"are used in combination the former applies as usual, except for "
"I<CopyFiles=> where the latter takes precedence\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Takes one of \"sysext\", \"confext\" or \"portable\"\\&. Generates a "
"Discoverable Disk Image (DDI) for a system extension (sysext, see B<systemd-"
"sysext>(8)  for details), configuration extension (confext) or "
"\\m[blue]B<portable service>\\m[]\\&\\s-2\\u[1]\\d\\s+2\\&. The generated "
"image will consist of a signed Verity \"erofs\" file system as root "
"partition\\&. In this mode of operation the partition definitions in /usr/"
"lib/repart\\&.d/*\\&.conf and related directories are not read, and B<--"
"definitions=> is not supported, as appropriate definitions for the selected "
"DDI class will be chosen automatically\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Must be used in conjunction with B<--copy-source=> to specify the file "
"hierarchy to populate the DDI with\\&. The specified directory should "
"contain an etc/ subdirectory if \"confext\" is selected\\&. If \"sysext\" is "
"selected it should contain either a usr/ or opt/ directory, or both\\&. If "
"\"portable\" is used a full OS file hierarchy can be provided\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"This option implies B<--empty=create>, B<--size=auto> and B<--seed=random> "
"(the latter two can be overridden)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"The private key and certificate for signing the DDI must be specified via "
"the B<--private-key=> and B<--certificate=> switches\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Shortcuts for B<--make-ddi=sysext>, B<--make-ddi=confext>, B<--make-"
"ddi=portable>, respectively\\&."
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: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "B<--no-pager>"
msgstr ""

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

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

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

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

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
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: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "EXIT STATUS"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "On success, 0 is returned, a non-zero failure code otherwise\\&."
msgstr ""

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "B<Example\\ \\&1.\\ \\&Generate a configuration extension image>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"The following creates a configuration extension DDI (confext) for an /etc/"
"motd update\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid ""
"mkdir tree tree/etc tree/etc/extension-release\\&.d\n"
"echo \"Hello World\" E<gt> tree/etc/motd\n"
"cat E<gt> tree/etc/extension-release\\&.d/extension-release\\&.my-motd E<lt>E<lt>EOF\n"
"ID=fedora\n"
"VERSION_ID=38\n"
"IMAGE_ID=my-motd\n"
"IMAGE_VERSION=7\n"
"EOF\n"
"systemd-repart -C --private-key=privkey\\&.pem --certificate=cert\\&.crt -s tree/ /var/lib/confexts/my-motd\\&.confext\\&.raw\n"
"systemd-confext refresh\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"The DDI generated that way may be applied to the system with B<systemd-"
"confext>(1)\\&."
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-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"B<systemd>(1), B<repart.d>(5), B<machine-id>(5), B<systemd-cryptenroll>(1), "
"B<portablectl>(1), B<systemd-sysext>(8)"
msgstr ""

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

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

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

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
msgid "\\%https://systemd.io/PORTABLE_SERVICES"
msgstr ""

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

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"Note that B<systemd-repart> only changes partition tables, it does not "
"create or resize any file systems within these partitions\\&. A separate "
"mechanism should be used for that, for example B<systemd-growfs>(8)  and "
"B<systemd-makefs>\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-tumbleweed
msgid ""
"B<systemd>(1), B<repart.d>(5), B<machine-id>(5), B<systemd-cryptenroll>(1)"
msgstr ""