]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
README: Update overlayfs instructions
authorVyacheslav Yurkov <uvv.mail@gmail.com>
Sun, 1 Oct 2023 00:57:10 +0000 (02:57 +0200)
committerZorro Lang <zlang@kernel.org>
Thu, 5 Oct 2023 15:02:21 +0000 (23:02 +0800)
Overlayfs-tools and overlayfs-progs projects have been merged together.

Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
README
README.overlay

diff --git a/README b/README
index d9db96755ae2e8070c2ebc3a587a5e4f38eadef2..e0dabe96503a90a68de4df8534cee0d898ba8344 100644 (file)
--- a/README
+++ b/README
@@ -18,9 +18,6 @@ Ubuntu or Debian
    $ sudo apt-get install exfatprogs f2fs-tools ocfs2-tools udftools xfsdump \
         xfslibs-dev
 
-   For OverlayFS install:
-    - see https://github.com/hisilicon/overlayfs-progs
-
 Fedora
 ------
 
@@ -36,9 +33,6 @@ Fedora
     $ sudo yum install btrfs-progs exfatprogs f2fs-tools ocfs2-tools xfsdump \
         xfsprogs-devel
 
-   For OverlayFS build and install:
-    - see https://github.com/hisilicon/overlayfs-progs
-
 RHEL or CentOS
 --------------
 
@@ -74,9 +68,6 @@ RHEL or CentOS
     For ocfs2 build and install:
      - see https://github.com/markfasheh/ocfs2-tools
 
-    For OverlayFS build and install:
-     - see https://github.com/hisilicon/overlayfs-progs
-
 SUSE Linux Enterprise or openSUSE
 ---------------------------------
 
@@ -94,9 +85,6 @@ SUSE Linux Enterprise or openSUSE
     For XFS install:
      $ sudo zypper install xfsdump xfsprogs-devel
 
-    For OverlayFS build and install:
-     - see https://github.com/hisilicon/overlayfs-progs
-
 Build and install test, libs and utils
 --------------------------------------
 
index ec4671c39698e48640132023183bccf426e213f5..3093bf8c2bf7150ff1b0b7434858b4cac242d672 100644 (file)
@@ -1,4 +1,3 @@
-
 To run xfstest on overlayfs, configure the variables of TEST and SCRATCH
 partitions to be used as the "base fs" and run './check -overlay'.
 
@@ -69,3 +68,11 @@ UNIONMOUNT_TESTSUITE to the local path where the repository was cloned.
 
 Run './check -overlay -g overlay/union' to execute all the unionmount testsuite
 test cases.
+
+
+Overlayfs Tools
+===============
+
+A few tests require additional tools. For fsck.overlay [optional],
+build and install:
+  https://github.com/kmxz/overlayfs-tools