wimcapture --check without verifying
Posted: Sun Jan 14, 2018 8:27 am
Hi, I'd like to request that the --check option not cause wimcapture to automatically verify any existing images. Or at the very least, separate it into two options: one to create integrity table, one to check existing images. If I need to verify an image, I can always run wimverify manually. This is an issue with larger images that takes hours to verify each time.
Additionally, and I think this qualifies as a bug, if you run wimcapture --check --update-of="blah:1" --delta-from="blah", the entire image is verified TWICE in a row, one for "update-of" and one for "delta-from". This can easily be fixed simply by not automatically verifying data.
I would like to request a similar change for wimappend as well, naturally.
If you need to maintain backwards compatibility, could you please add a new option that produces the integrity table without performing the verification.
Additionally, and I think this qualifies as a bug, if you run wimcapture --check --update-of="blah:1" --delta-from="blah", the entire image is verified TWICE in a row, one for "update-of" and one for "delta-from". This can easily be fixed simply by not automatically verifying data.
I would like to request a similar change for wimappend as well, naturally.
If you need to maintain backwards compatibility, could you please add a new option that produces the integrity table without performing the verification.