]> wimlib.net Git - wimlib/blobdiff - README
Calculate SHA1 md of NTFS reparse points correctly
[wimlib] / README
diff --git a/README b/README
index 608a2cfc8b85f4b821b05ddfc275e974d3871667..ef387b273890a21b2e9013512cc5bcb353e3c63b 100644 (file)
--- a/README
+++ b/README
@@ -39,7 +39,7 @@ details.
 
 `mkwinpeimg' is shell script that makes it easy to create a customized bootable
 image of Windows PE that can be put on a CD or USB drive, or published on a
-server for PXE booting.  See the main page `doc/mkwinpeiso.1' for more details.
+server for PXE booting.  See the main page `doc/mkwinpeimg.1' for more details.
 
                               COMPRESSION RATIO
 
@@ -169,6 +169,11 @@ wimlib's `configure' script:
        the setxattr() function and the attr/xattr.h header be available.  The
        default is to autodetect whether support is possible.
 
+--disable-multithreaded-compression
+       By default, data will be compressed using multiple threads when writing
+       a WIM, unless only 1 processor is detected.  Specify this option to
+       disable support for this.
+
 --enable-ssse3-sha1
        Use a very fast assembly language implementation of SHA1 from Intel.
        Only use this if the build target supports the SSSE3 instructions.