]> wimlib.net Git - wimlib/commit
Modify treatment of metadata entries
authorEric Biggers <ebiggers3@gmail.com>
Sun, 24 Mar 2013 06:38:21 +0000 (01:38 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 24 Mar 2013 06:38:21 +0000 (01:38 -0500)
commitf8698b9c814a62a117982701b9551f699553b2a4
tree89d1fd039e04ce34b5a719c2a73e37f0740ebce9
parentf2db311f527e6037c836cf1b14debb841e09b440
Modify treatment of metadata entries

Image order is actually determined by the order of metadata entries in the
on-disk lookup table, not order of metadata resources in the WIM.

However, do not insert the metadata entries into the actual lookup hash table,
as they are treated specially.
16 files changed:
src/add_image.c
src/dentry.c
src/header.c
src/join.c
src/lookup_table.c
src/lookup_table.h
src/metadata_resource.c
src/resource.c
src/security.c
src/sha1.h
src/split.c
src/util.h
src/verify.c
src/wim.c
src/wimlib_internal.h
src/write.c