]> wimlib.net Git - wimlib/blob - doc/imagex-optimize.1.in
Update NEWS and add imagex-optimize
[wimlib] / doc / imagex-optimize.1.in
1 .TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
2 .SH NAME
3 imagex-optimize \- Optimize a WIM archive
4
5 .SH SYNOPSIS
6 \fBimagex optimize\fR \fIWIMFILE\fR [--check]
7
8 .SH DESCRIPTION
9 .PP
10 \fBimagex optimize\fR will rebuild the stand-alone WIM \fIWIMFILE\fR.  The new
11 WIM is written to a temporary file, and it is renamed to the original file when
12 it's ready.  This action will remove any holes that have been left as a result
13 of appending images, so the new WIM may be slightly smaller than the old WIM.
14 In addition, some errors in the original WIM may be fixed by re-writing it
15 (although most cannot).
16
17 .SH OPTIONS
18 .TP 6
19 When reading \fIWIMFILE\fR, verify its integrity if the integrity table is
20 present; include an integrity table in the optimized WIM.  If this option is not
21 specified and \fIWIMFILE\fR, no integrity table is included in the optimized
22 WIM, even if there was one before.
23
24 .SH NOTES
25
26 \fBimagex optimize\fR does not support split WIMs.
27
28 .SH SEE ALSO
29 .BR imagex (1)
30