From: Eric Biggers Date: Tue, 18 Aug 2015 23:13:25 +0000 (-0500) Subject: Mention wofadk.sys in "compact" documentation X-Git-Tag: v1.8.2~5 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=b418fde525bd458518b88d88122556ce458c94a3 Mention wofadk.sys in "compact" documentation --- diff --git a/doc/man1/wimlib-imagex-apply.1 b/doc/man1/wimlib-imagex-apply.1 index 64067b25..37756916 100644 --- a/doc/man1/wimlib-imagex-apply.1 +++ b/doc/man1/wimlib-imagex-apply.1 @@ -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 diff --git a/include/wimlib.h b/include/wimlib.h index 145b86a5..46c5bc0f 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -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. This flag is - * currently experimental and may be changed or removed in future releases of - * wimlib. */ +/** + * 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. This flag is currently experimental and may be changed or removed + * in future releases of wimlib. */ #define WIMLIB_EXTRACT_FLAG_COMPACT_XPRESS4K 0x01000000 /** Like ::WIMLIB_EXTRACT_FLAG_COMPACT_XPRESS4K, but use XPRESS compression with