diff --git a/README.md b/README.md index 62e4c117..21ad2d8b 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ build options: | __LIBRARY__ | __BUILD OPTION__ | __TOOLS__ | |----------------|:------------------:|:-------------------------------------:| -| fuse | `HAVE_FUSE` | cmsfs-fuse, zdsfs, hmcdrvfs, zgetdump,| +| fuse3 | `HAVE_FUSE` | cmsfs-fuse, zdsfs, hmcdrvfs, zgetdump,| | | | hsavmcore | | zlib | `HAVE_ZLIB` | zgetdump, dump2tar | | ncurses | `HAVE_NCURSES` | hyptop | @@ -355,12 +355,12 @@ the different tools are provided: * cmsfs-fuse/zdsfs/hmcdrvfs/zgetdump: The tools cmsfs-fuse, zdsfs, hmcdrvfs, and zgetdump depend on FUSE. - FUSE is provided by installing the fuse and libfuse packages and by a + FUSE is provided by installing the fuse3 and libfuse3 packages and by a kernel compiled with `CONFIG_FUSE_FS`. For compiling the s390-tools package - the fuse-devel package is required. - The cmsfs-fuse tool requires FUSE version 2.8.1 or newer for full + the fuse3-devel package is required. + The cmsfs-fuse tool requires FUSE version 3.0 or newer for full functionality. - For further information about FUSE see: http://fuse.sourceforge.net + For further information about FUSE see: https://github.com/libfuse/libfuse * hyptop: The ncurses-devel package is required to build hyptop. @@ -456,7 +456,7 @@ the different tools are provided: `HAVE_JSONC=0`, or `HAVE_LIBCURL=0` to the make invocation. * hsavmcore: - For building the hsavmcore tool you need fuse version 2.6 and optionally + For building the hsavmcore tool you need fuse version 3.0 and optionally systemd which is enabled by default, to disable systemd support, add `HAVE_SYSTEMD=0` to the make invocation. Tip: you may skip the hsavmcore build by adding `HAVE_FUSE=0` diff --git a/hsavmcore/initramfs/fedora-rhel/README.md b/hsavmcore/initramfs/fedora-rhel/README.md index 81b872c5..3d455eeb 100644 --- a/hsavmcore/initramfs/fedora-rhel/README.md +++ b/hsavmcore/initramfs/fedora-rhel/README.md @@ -15,7 +15,7 @@ sudo reboot ## Dependencies ```shell -sudo dnf install -y fuse fuse-devel systemd-devel +sudo dnf install -y fuse3 fuse3-devel systemd-devel ``` ## Build hsavmcore diff --git a/hsavmcore/initramfs/sles/README.md b/hsavmcore/initramfs/sles/README.md index 46088dc0..af59af22 100644 --- a/hsavmcore/initramfs/sles/README.md +++ b/hsavmcore/initramfs/sles/README.md @@ -18,7 +18,7 @@ sudo reboot ## Dependencies ```shell -sudo zypper install -y fuse fuse-devel systemd-devel +sudo zypper install -y fuse3 fuse3-devel systemd-devel ``` ## Build hsavmcore diff --git a/hsavmcore/initramfs/ubuntu/README.md b/hsavmcore/initramfs/ubuntu/README.md index f51b3e83..97f6b56c 100644 --- a/hsavmcore/initramfs/ubuntu/README.md +++ b/hsavmcore/initramfs/ubuntu/README.md @@ -11,7 +11,7 @@ ## Dependencies ```shell -sudo apt-get install -y make gcc kdump-tools fuse libfuse-dev libsystemd-dev +sudo apt-get install -y make gcc kdump-tools fuse3 libfuse3-dev libsystemd-dev ``` ## Build hsavmcore