1WIMJOIN(1)                       User Commands                      WIMJOIN(1)
2
3
4

NAME

6       wimjoin- Join a split WIM into a standalone WIM
7

SYNOPSIS

9       wimjoin [OPTION...] OUT_WIMFILE SPLIT_WIM_PART...
10

DESCRIPTION

12       wimjoin,  or equivalently wimlib-imagex join, joins the SPLIT_WIM_PARTs
13       into a standalone (one-part) WIM OUT_WIMFILE.  All parts of  the  split
14       WIM  must  be specified; you probably want to do so using a shell wild‐
15       card.
16

OPTIONS

18       --check
19             When reading each SPLIT_WIM_PART, verify its integrity if it con‐
20             tains  extra  integrity  information.  In addition, include extra
21             integrity information in OUT_WIMFILE, even if the split WIM parts
22             did not contain this information.
23
24       --include-integrity
25             Include  extra  integrity  information  in OUT_WIMFILE, i.e. like
26             --check but don't also verify the split WIM parts beforehand.
27

EXAMPLES

29       Join a split WIM, with the parts named `windows*.swm' where  the  *  is
30       anything  (usually  the  number  of the part, except for the first part
31       which may have no number), and write the joined WIM to the  file  `win‐
32       dows.wim'.
33
34              wimjoin windows.wim windows*.swm
35

NOTES

37       Both non-pipable and pipable split WIMs may be joined.
38
39       wimjoin is roughly equivalent to:
40
41              wimexport SWM_PART_1 --ref="SWM_GLOB" all OUT_WIMFILE
42

SEE ALSO

44       wimlib-imagex(1) wimexport(1) wimsplit(1)
45
46
47
48wimlib 1.13.1                      May 2019                         WIMJOIN(1)
Impressum