]> wimlib.net Git - wimlib/commit
Support for joining WIMs.
authorEric Biggers <ebiggers3@gmail.com>
Sat, 19 May 2012 17:28:05 +0000 (12:28 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 19 May 2012 17:28:05 +0000 (12:28 -0500)
commit1449ca7e974c27bec75cb6784873be3c0e6eb78a
treecb20475f527a8b113d701689270db37eed9fc9bd
parent17e325843b1d1ae7758ae799a269e51a9cfea4dd
Support for joining WIMs.

- join command for imagex
- wimlib_join() function
- wimlib_get_part_number() functions
- Various modifications in other files to make this possible.  wimlib_open_wim()
  will open a split wim given the WIMLIB_OPEN_FLAG_SPLIT_OK flag.
- Allow finish_write() to skip writing lookup table in case it is written
  elsewhere (join_wims())
- Show more header flags in wimlib_print_header() (including
  WIMLIB_HDR_FLAG_SPANNED)
- Allow images with no name, and when extracting them, extract to directory
  named after image number rather than name
13 files changed:
autom4te.cache/requests
programs/imagex.c
src/Makefile.am
src/Makefile.in
src/extract.c
src/header.c
src/join.c [new file with mode: 0644]
src/util.c
src/wim.c
src/wimlib.h
src/wimlib_internal.h
src/write.c
src/xml.c