From 9f2fcf90dedb95627edc5b9720c2babe42e3eeaf Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 24 Jul 2014 22:45:09 -0500 Subject: [PATCH] imagex-export.1.in: Add ESD <=> WIM examples --- doc/man1/imagex-export.1.in | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/man1/imagex-export.1.in b/doc/man1/imagex-export.1.in index 405f6e26..959565de 100644 --- a/doc/man1/imagex-export.1.in +++ b/doc/man1/imagex-export.1.in @@ -175,7 +175,8 @@ WIMs, which usually contain LZMS-compressed solid blocks and may carry the downloaded directly by the Windows 8 web downloader have encrypted segments, and wimlib cannot export images from such files until they are first decrypted. In addition, to ensure the destination archive is created in the original WIM -format rather than in the newer format, specify \fB--compress\fR=\fImaximum\fR. +format rather than in the newer format, specify \fB--compress\fR=\fILZX\fR (or +\fB--compress\fR=\fImaximum\fR). .SH EXAMPLES Export the second image of 'boot.wim' to the new WIM file 'new.wim': .RS @@ -188,7 +189,19 @@ The above example creates "new.wim" with the same compression type as \fB--compress\fR=\fITYPE\fR; for example: .RS .PP -@IMAGEX_PROGNAME@ export boot.wim 2 new.wim --compress=maximum +@IMAGEX_PROGNAME@ export boot.wim 2 new.wim --compress=LZX +.RE +.PP +Export "ESD to WIM" --- that is, solid WIM to non-solid WIM: +.RS +.PP +@IMAGEX_PROGNAME@ export install.esd all install.wim --compress=LZX +.RE +.PP +Export "WIM to ESD" --- that is, non-solid WIM to solid WIM: +.RS +.PP +@IMAGEX_PROGNAME@ export install.wim all install.esd --solid .RE .PP .SH SEE ALSO -- 2.43.0