]> wimlib.net Git - wimlib/blob - doc/imagex-join.1.in
Build system / directory cleanups
[wimlib] / doc / imagex-join.1.in
1 .TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
2 .SH NAME
3 imagex join \- Join split WIMs into a standalone one-part WIM
4
5 .SH SYNOPSIS
6 \fBimagex join\fR [\fIOPTION...] \fIOUT_WIMFILE\fR \fISPLIT_WIM...\fR
7
8 .SH DESCRIPTION
9 .PP
10 Joins the \fISPLIT_WIMs\fR into a standalone one-part WIM \fIOUT_WIMFILE\fR.
11
12 All parts of the split WIM  must be specified.  You probably want to do so using
13 a shell wildcard.
14
15
16 .SH OPTIONS
17 .TP 6
18 \fB--check\fR
19 When reading each \fISPLIT_WIM\fR, verify its integrity if the integrity table is
20 present; additionally, when writing \fIOUT_WIMFILE\fR,
21 write an integrity table.  If this option is not specified, no integrity table
22 is included in the new WIM file, even if there was one before.
23
24 .SH EXAMPLES
25 .IP 
26 imagex join windows.wim windows*.swm
27 .LP
28 Join a split WIM, with the parts named `windows*.swm' where the * is anything
29 (usually the number of the part, except for the first part which may have no
30 number), and write the joined with to the file `windows.wim'.
31
32 .SH SEE ALSO
33 .BR imagex (1)