]> wimlib.net Git - wimlib/commitdiff
wimexport: Document --wimboot option
authorEric Biggers <ebiggers3@gmail.com>
Sat, 7 Jun 2014 22:31:51 +0000 (17:31 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 7 Jun 2014 22:31:51 +0000 (17:31 -0500)
doc/man1/imagex-export.1.in
programs/imagex.c

index 639af81c5379ef28e5926bab24c8470cab15648e..eeefe592f6a33c8ab8714a7619e7479d6dd216f7 100644 (file)
@@ -135,6 +135,11 @@ existed and was already pipable, or was "-" (standard output).
 Build, or rebuild, \fIDEST_WIMFILE\fR as a normal, non-pipable WIM.  This is the
 default behavior, unless \fIDEST_WIMFILE\fR already existed and was already
 pipable, or if \fIDEST_WIMFILE\fR was "-" (standard output).
 Build, or rebuild, \fIDEST_WIMFILE\fR as a normal, non-pipable WIM.  This is the
 default behavior, unless \fIDEST_WIMFILE\fR already existed and was already
 pipable, or if \fIDEST_WIMFILE\fR was "-" (standard output).
+.TP
+\fB--wimboot\fR
+Mark the destination image as WIMBoot-compatible.  Also, if exporting to a new
+archive, set the compression type to that recommended for WIMBoot (currently,
+XPRESS with 4096 byte chunks).
 .SH SPLIT WIMS
 You may use \fB@IMAGEX_PROGNAME@ export\fR to export images from a split WIM.
 The \fISRC_WIMFILE\fR argument must specify the first part of the split WIM,
 .SH SPLIT WIMS
 You may use \fB@IMAGEX_PROGNAME@ export\fR to export images from a split WIM.
 The \fISRC_WIMFILE\fR argument must specify the first part of the split WIM,
index 79fe2b8fdcee9d7ab1154938e691a8232575a60e..67a9723928a599d89036e5a2255b1fd55baa05a8 100644 (file)
@@ -4039,6 +4039,7 @@ T(
 "                    DEST_WIMFILE [DEST_IMAGE_NAME [DEST_IMAGE_DESCRIPTION]]\n"
 "                    [--boot] [--check] [--nocheck] [--compress=TYPE]\n"
 "                    [--ref=\"GLOB\"] [--threads=NUM_THREADS] [--rebuild]\n"
 "                    DEST_WIMFILE [DEST_IMAGE_NAME [DEST_IMAGE_DESCRIPTION]]\n"
 "                    [--boot] [--check] [--nocheck] [--compress=TYPE]\n"
 "                    [--ref=\"GLOB\"] [--threads=NUM_THREADS] [--rebuild]\n"
+"                    [--wimboot]\n"
 ),
 [CMD_EXTRACT] =
 T(
 ),
 [CMD_EXTRACT] =
 T(