X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fman1%2Fwimcapture.1;h=9426c81320619277e47360d1c49c9f5591675802;hb=b4f6412e3332723e9fe177c73cc0d1876dc5100d;hp=0830ffe296263c09602d7e2977954af417a6e56e;hpb=3770d244330395ed3325d8832d5eebb43ebfe980;p=wimlib diff --git a/doc/man1/wimcapture.1 b/doc/man1/wimcapture.1 index 0830ffe2..9426c813 100644 --- a/doc/man1/wimcapture.1 +++ b/doc/man1/wimcapture.1 @@ -173,7 +173,12 @@ WIM. .TP \fB--check\fR Include extra integrity information in the resulting WIM. With \fBwimappend\fR, -also check the integrity of the WIM before appending to it. +also check the integrity of the WIM before appending to it. Also verify the +integrity of any WIMs specified by \fB--update-of\fR and/or \fB--delta-from\fR. +.TP +\fB--include-integrity\fR +Include extra integrity information in the resulting WIM, i.e. like +\fB--check\fR but don't do any verification beforehand. .TP \fB--compress\fR=\fITYPE\fR[:\fILEVEL\fR] With \fBwimcapture\fR, use the specified compression format in the new WIM file. @@ -286,8 +291,13 @@ bracketed sections. Currently, the following sections are recognized: [ExclusionList] --- contains a list of path globs to exclude from capture. If a directory is matched, both the directory and its contents are excluded. .IP \[bu] -[ExclusionException] --- contains a list of path globs to include in the -capture, even when the file or directory also matches a glob in [ExclusionList]. +[ExclusionException] --- contains a list of path globs to include, even when the +file or directory also matches a glob in [ExclusionList]. If a directory is +matched, then all its contents are included as well. Files or directories +\fIwithin\fR a directory excluded by [ExclusionList] may even be included using +this, though currently it only works for absolute globs (those that begin with +"/" or "\\"); for example, "/dir/file" can be included while "/dir" can be +excluded, but including simply "file" won't work in that case. .IP \[bu] [PrepopulateList] --- this does not affect capture, but if the image is applied later with \fB--wimboot\fR, these are globs of files that shall be extracted