From c604acfda391af68781f9ef1cee1f1ab7aac68e1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 7 Jun 2014 17:31:51 -0500 Subject: [PATCH] wimexport: Document --wimboot option --- doc/man1/imagex-export.1.in | 5 +++++ programs/imagex.c | 1 + 2 files changed, 6 insertions(+) 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( -- 2.43.0