]> wimlib.net Git - wimlib/blob - doc/imagex-join.1.in
db149fa57d1a2dc91cac9c5f8c4cc53c9029df22
[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 .SH EXAMPLES
16
17 .IP 
18 imagex join windows.wim windows*.swm
19 .LP
20 Join a split WIM, with the parts named `windows*.swm' where the * is anything
21 (usually the number of the part, except for the first part which may have no
22 number), and write the joined with to the file `windows.wim'.
23
24 .SH OPTIONS
25 .TP 6
26 \fB--check\fR
27 When reading each \fISPLIT_WIM\fR, verify its integrity if the integrity table is
28 present; additionally, when writing \fIOUT_WIMFILE\fR,
29 write an integrity table.  If this option is not specified, no integrity table
30 is included in the new WIM file, even if there was one before.
31 .TP
32 .SH SEE ALSO
33 .BR imagex (1)