]> wimlib.net Git - wimlib/commitdiff
Update --config docs
authorEric Biggers <ebiggers3@gmail.com>
Tue, 29 Apr 2014 19:43:05 +0000 (14:43 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 29 Apr 2014 19:43:11 +0000 (14:43 -0500)
doc/man1/imagex-capture.1.in
doc/man1/imagex-update.1.in

index 1c3586360d345b20059bedb7105fda58717036b5..c11faf511a3ec61263b4a2c00977b3c561d34453 100644 (file)
@@ -280,9 +280,9 @@ image.
 to, rather than archiving the links themselves.
 .TP
 \fB--config\fR=\fIFILE\fR
-Specifies a configuration file (UTF-8 or UTF-16LE encoded) for capturing the new
-image.  The configuration file specifies files that are to be treated specially
-during the image capture.
+Specifies a configuration file (UTF-8 or UTF-16LE encoded; plain ASCII also
+works) for capturing the new image.  The configuration file specifies files that
+are to be treated specially during the image capture.
 .IP ""
 The format of the configuration file is INI-style; that is, it is arranged in
 bracketed sections.  Currently, only the following sections are recognized:
@@ -294,32 +294,26 @@ a directory is matched, both the directory and its contents are excluded.
 [ExclusionException] --- contains a list of path globs to include in the
 capture, even when the file or directory also matches a glob in [ExclusionList].
 .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 normally, not as WIMBoot "pointer files".  Note that these globs do
-\fInot\fR match recursively; so, for example, you may want to use \\Boot\\* and
-\\Boot\\*\\* rather than simply \\Boot.
+[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
+normally, not as WIMBoot "pointer files".  If a directory is matched, all files
+and subdirectories are also matched recursively.
 .RE
 .IP ""
 Any unrecognized sections will be ignored, with a warning printed.  Sections
 dealing with compression (e.g. [CompressionExclusion]) are not particularly
 important.
 .IP ""
-Relative globs with only one path component (e.g. *.mp3) match against a
-filename in any directory.  Relative globs with multiple path components (e.g.
-dir/file), as well as absolute globs (e.g. /dir/file), are treated as paths
-starting at the root directory of capture, or the root of the NTFS volume for
-NTFS volume capture mode.
-.IP ""
-For compatibility with Windows, the path separators in the globs may be either
-forward slashes or backslashes, and the line separators may be either UNIX-style
-or DOS-style.  Trailing and leading whitespace is ignored.  Lines beginning with
-the '#' or ';' characters are treated as comments and ignored.  Globs with
-whitespace in them need not be quoted, unless the whitespace is leading or
-trailing.  Both double and single quotes are accepted.
-.IP ""
-Paths may not have drive letters in them, as they are all relative to the root
-of capture and not absolute external paths.
+Path globs may contain the '*' and '?' meta-characters.  Relative globs (e.g.
+*.mp3) match against a filename in any directory.  Absolute globs (e.g.
+/dir/file), are treated as paths starting at the main directory being captured,
+or the root of the NTFS volume for NTFS volume capture mode.  Do not use drive
+letters in the paths; they will be ignored.  Path separators may be either
+forwards slashes or backwards slashes.
+.IP ""
+Lines beginning with the '#' or ';' characters are treated as comments and
+ignored.  Globs with whitespace in them need not be quoted; however, if they
+are, both double and single quotes are accepted.
 .IP ""
 If this option is not specified the following default configuration file is
 used:
index 3e1e741795c99f6506c5031a4f32e4f6b025b468..5572d4f2417efa7cfe0755e639fadbf5a27d368f 100644 (file)
@@ -141,9 +141,11 @@ instead the following command shall be executed:
 .RE
 .fi
 .IP
-This sets \fIFILE\fR as the WIMBoot configuration file for the image.  See the
-documentation for the \fB--wimboot\fR option of \fB@IMAGEX_PROGNAME@ apply\fR
-(1) for more information.
+This sets \fIFILE\fR as the WIMBoot configuration file for the image.  The
+[PrepopulateList] section of this file specifies path globs that shall not be
+extracted as WIMBoot pointer files (perhaps due to being needed early in the
+boot process).  See the documentation for the \fB--wimboot\fR option of
+\fB@IMAGEX_PROGNAME@ apply\fR (1) for more information.
 .SH NOTES
 \fB@IMAGEX_PROGNAME@ update\fR is partly redundant with \fB@IMAGEX_PROGNAME@
 mountrw\fR, since if a WIM image can be mounted read-write, then there