]> wimlib.net Git - wimlib/commit - configure.ac
Upgrade WIM mounting support from fuse2 to fuse3
authorEric Biggers <ebiggers3@gmail.com>
Sun, 2 Apr 2023 06:29:13 +0000 (23:29 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 2 Apr 2023 06:29:13 +0000 (23:29 -0700)
commitf62f022dcfdbb0669bfe6d96a41628d16ee612c7
tree5b5cd2f0bed2e7d3f2f56bc06d1398da99a96882
parent868434584c82251120fbf3fb908dd6c6bef4825b
Upgrade WIM mounting support from fuse2 to fuse3

fuse2 is no longer maintained, and the various Linux distros want all
packages to move to fuse3.  So, let's add fuse3 support.

Moreover, as it's been over 5 years since fuse3 was released, it doesn't
seem worth it to support both fuse2 and fuse3.  So, remove support for
fuse2, and just support fuse3.

Note: as before, WIM mounting support can still be disabled by
configuring --without-fuse.  That removes the dependency.
.github/workflows/ci.yml
README
configure.ac
include/wimlib/dentry.h
src/mount_image.c
src/update_image.c
tests/test-imagex-mount