From: Eric Biggers Date: Sun, 17 Jan 2016 23:06:13 +0000 (-0600) Subject: wimcapture, wimappend: opt in to open by file ID X-Git-Tag: v1.9.0~8 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=7e0370d84fa8786a3cabb4ec3da99d3e62206127 wimcapture, wimappend: opt in to open by file ID --- diff --git a/programs/imagex.c b/programs/imagex.c index cc8d0e20..48e7d31a 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1832,7 +1832,8 @@ imagex_capture_or_append(int argc, tchar **argv, int cmd) int open_flags = 0; int add_flags = WIMLIB_ADD_FLAG_EXCLUDE_VERBOSE | WIMLIB_ADD_FLAG_WINCONFIG | - WIMLIB_ADD_FLAG_VERBOSE; + WIMLIB_ADD_FLAG_VERBOSE | + WIMLIB_ADD_FLAG_FILE_PATHS_UNNEEDED; int write_flags = 0; int compression_type = WIMLIB_COMPRESSION_TYPE_INVALID; uint32_t chunk_size = UINT32_MAX;