* [PATCH v2] README: Update overlayfs instructions
@ 2023-10-01 0:57 Vyacheslav Yurkov
2023-10-01 12:43 ` Amir Goldstein
0 siblings, 1 reply; 2+ messages in thread
From: Vyacheslav Yurkov @ 2023-10-01 0:57 UTC (permalink / raw)
To: fstests, Amir Goldstein, Zorro Lang; +Cc: linux-unionfs, Vyacheslav Yurkov
Overlayfs-tools and overlayfs-progs projects have been merged together.
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
---
README | 12 ------------
README.overlay | 9 ++++++++-
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
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] README: Update overlayfs instructions
2023-10-01 0:57 [PATCH v2] README: Update overlayfs instructions Vyacheslav Yurkov
@ 2023-10-01 12:43 ` Amir Goldstein
0 siblings, 0 replies; 2+ messages in thread
From: Amir Goldstein @ 2023-10-01 12:43 UTC (permalink / raw)
To: Vyacheslav Yurkov; +Cc: fstests, Zorro Lang, linux-unionfs
On Sun, Oct 1, 2023 at 3:58 AM Vyacheslav Yurkov <uvv.mail@gmail.com> wrote:
>
> 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>
> ---
> README | 12 ------------
> README.overlay | 9 ++++++++-
> 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
> --
> 2.35.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-01 12:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-01 0:57 [PATCH v2] README: Update overlayfs instructions Vyacheslav Yurkov
2023-10-01 12:43 ` Amir Goldstein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).