summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVyacheslav Yurkov <uvv.mail@gmail.com>2023-10-01 02:57:10 +0200
committerZorro Lang <zlang@kernel.org>2023-10-05 23:02:21 +0800
commit59299b65ac8f15935ab45e7920cbfda8a6beffd1 (patch)
treea5f0c4516deb1890831679ffff845f51623300c2
parent975277cea4c4f1b8b58771f50458964e5827f2f5 (diff)
README: Update overlayfs instructionsv2023.10.08
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>
-rw-r--r--README12
-rw-r--r--README.overlay9
2 files changed, 8 insertions, 13 deletions
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