From: Vyacheslav Yurkov Date: Sun, 1 Oct 2023 00:57:10 +0000 (+0200) Subject: README: Update overlayfs instructions X-Git-Tag: v2023.10.08^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=59299b65ac8f15935ab45e7920cbfda8a6beffd1;p=xfstests-dev.git README: Update overlayfs instructions Overlayfs-tools and overlayfs-progs projects have been merged together. Signed-off-by: Vyacheslav Yurkov Reviewed-by: Amir Goldstein Signed-off-by: Zorro Lang --- diff --git a/README b/README index d9db9675..e0dabe96 100644 --- 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 -------------------------------------- diff --git a/README.overlay b/README.overlay index ec4671c3..3093bf8c 100644 --- a/README.overlay +++ b/README.overlay @@ -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