]> wimlib.net Git - wimlib/commitdiff
Mention wofadk.sys in "compact" documentation
authorEric Biggers <ebiggers3@gmail.com>
Tue, 18 Aug 2015 23:13:25 +0000 (18:13 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 18 Aug 2015 23:17:17 +0000 (18:17 -0500)
doc/man1/wimlib-imagex-apply.1
include/wimlib.h

index 64067b25f858b76768b9875be4555a58cfd9cf1e..3775691664dc57ef639072f37adea48ab83d449a 100644 (file)
@@ -389,11 +389,12 @@ created when \fBwimlib-imagex capture\fR is run with the \fB--wimboot\fR
 option.
 .TP
 \fB--compact\fR=\fIFORMAT\fR
-EXPERIMENTAL and only works on Windows 10 or later: compress the extracted files
-using the System Compression feature, when possible.  System Compression is only
-supported by Windows 10 or later.  Several different compression formats may be
-used with System Compression, and one must be specified as \fIFORMAT\fR.  The
-choices are: xpress4k, xpress8k, xpress16k, and lzx.
+EXPERIMENTAL, Windows-only: compress the extracted files using System
+Compression, when possible.  This only works on either Windows 10 or later, or
+on an older Windows to which Microsoft's wofadk.sys driver has been added.
+Several different compression formats may be used with System Compression, and
+one must be specified as \fIFORMAT\fR.  The choices are: xpress4k, xpress8k,
+xpress16k, and lzx.
 .IP ""
 Exclusions are handled in the same way as with the \fB--wimboot\fR option.
 That is: if it exists, the [PrepopulateList] section of the file
index 145b86a56abd226129aa650d5b77ed13ac41cd0c..46c5bc0fdd0e94aa6893a8359faabb76c0bb2919 100644 (file)
@@ -1940,13 +1940,14 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour
  */
 #define WIMLIB_EXTRACT_FLAG_WIMBOOT                    0x00400000
 
-/** EXPERIMENTAL and only works on Windows 10 and later: compress the extracted
- * files using the System Compression feature (when possible).  System
- * Compression is only supported by Windows 10 or later.  Several different
- * compression formats may be used with System Compression; this particular flag
- * selects the XPRESS compression format with 4096 byte chunks.  <b>This flag is
- * currently experimental and may be changed or removed in future releases of
- * wimlib.</b>  */
+/**
+ * EXPERIMENTAL, Windows-only: compress the extracted files using System
+ * Compression, when possible.  This only works on either Windows 10 or later,
+ * or on an older Windows to which Microsoft's wofadk.sys driver has been added.
+ * Several different compression formats may be used with System Compression;
+ * this particular flag selects the XPRESS compression format with 4096 byte
+ * chunks.  <b>This flag is currently experimental and may be changed or removed
+ * in future releases of wimlib.</b>  */
 #define WIMLIB_EXTRACT_FLAG_COMPACT_XPRESS4K           0x01000000
 
 /** Like ::WIMLIB_EXTRACT_FLAG_COMPACT_XPRESS4K, but use XPRESS compression with