From 7e0370d84fa8786a3cabb4ec3da99d3e62206127 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 17 Jan 2016 17:06:13 -0600 Subject: [PATCH] wimcapture, wimappend: opt in to open by file ID --- programs/imagex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.46.1