From: Eric Biggers Date: Sat, 7 Jun 2014 22:31:51 +0000 (-0500) Subject: wimexport: Document --wimboot option X-Git-Tag: v1.7.0~57 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=c604acfda391af68781f9ef1cee1f1ab7aac68e1;hp=933e1e95ffed656c1adb46b3e3c2fda524ef552b wimexport: Document --wimboot option --- diff --git a/doc/man1/imagex-export.1.in b/doc/man1/imagex-export.1.in index 639af81c..eeefe592 100644 --- a/doc/man1/imagex-export.1.in +++ b/doc/man1/imagex-export.1.in @@ -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). +.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, diff --git a/programs/imagex.c b/programs/imagex.c index 79fe2b8f..67a97239 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -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" +" [--wimboot]\n" ), [CMD_EXTRACT] = T(