]> wimlib.net Git - wimlib/commit
wimlib-imagex: add --include-integrity option
authorEric Biggers <ebiggers3@gmail.com>
Sun, 21 Jan 2018 21:47:10 +0000 (13:47 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 21 Jan 2018 21:47:10 +0000 (13:47 -0800)
commit87dfb824df2eb0054468a6050b6fce8c832890f8
treecaacba4822fed17e00016a84b8084a41757d166a
parent0edea6a7d2affc25ee132e00551cea69fd20a4a8
wimlib-imagex: add --include-integrity option

The --check option currently does two things: verify the integrity table
of the input WIM(s), and include an integrity table in the output
WIM(s).  Some users would like to do the latter only, especially if
there are large input WIM(s).

Add an option --include-integrity which does this.
doc/man1/wimcapture.1
doc/man1/wimdelete.1
doc/man1/wimexport.1
doc/man1/wiminfo.1
doc/man1/wimjoin.1
doc/man1/wimoptimize.1
doc/man1/wimsplit.1
doc/man1/wimupdate.1
programs/imagex.c