From c80307672fcee86147d42c136ba82c2407e49cfe Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 18 Dec 2012 21:58:05 -0600 Subject: [PATCH] Note that applying from pipe is not allowed --- doc/imagex-apply.1.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/imagex-apply.1.in b/doc/imagex-apply.1.in index 0b7f8efe..8d8095af 100644 --- a/doc/imagex-apply.1.in +++ b/doc/imagex-apply.1.in @@ -228,6 +228,9 @@ integrity table of the WIM, which provides SHA1 message digests over raw chunks of the entire WIM file and is checked separately if the \fB--check\fR option is specified. +You cannot use \fBimagex apply\fR to apply a WIM from a pipe (such as standard +input) because the WIM file format is not designed for this. + .SH EXAMPLES .SS Normal extraction mode Extract the first image from the Windows PE image from the Windows Vista/7/8 -- 2.43.0