From a3ada6c6e8b2869a5ff4b615ea5d3bc3497012ec Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 1 Sep 2012 15:35:21 -0500 Subject: [PATCH] imagex-dir.1, imagex-info.1 updates --- doc/imagex-dir.1.in | 2 ++ doc/imagex-info.1.in | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/imagex-dir.1.in b/doc/imagex-dir.1.in index 229628fe..a77c71cc 100644 --- a/doc/imagex-dir.1.in +++ b/doc/imagex-dir.1.in @@ -20,6 +20,8 @@ info\fR (1) command to show what images a WIM file contains. \fBimagex dir\fR supports split WIMs, but it will only work on the first part of the split WIM. +The DOS names of files are not displayed. + .SH EXAMPLES Show all files in the first image of 'boot.wim': .RS diff --git a/doc/imagex-info.1.in b/doc/imagex-info.1.in index efbeb7c6..fd06b6eb 100644 --- a/doc/imagex-info.1.in +++ b/doc/imagex-info.1.in @@ -30,6 +30,9 @@ resources, or stream lookup table, they can be done very quickly by only re-writing the header and XML data. It will only take significant time if \fB--check\fR is specified for a WIM that had no integrity checks before. +\fBimagex info\fR does not support modifying a split WIM, although you may +display information about one. + .SH OPTIONS .TP 6 \fB--boot\fR @@ -45,6 +48,8 @@ the modified WIM, even if there was one before. .TP \fB--extract-xml\fR \fIFILE\fR Extracts the raw data from the XML resource in the WIM file to \fIFILE\fR. +Note: the XML data should be encoded using UTF-16LE, and it should begin with a +byte-order mark. .TP \fB--header\fR Shows detailed information from the WIM header. @@ -54,7 +59,8 @@ Prints all the entries in the stream lookup table of the WIM. .TP \fB--metadata\fR Prints the metadata, including the security data and the directory entry tree, -for the specified image. +for the specified image. This only works on standalone WIMs or on the first +part of a split WIM. .TP \fB--xml\fR Prints the XML data for the WIM. -- 2.43.0