diff mbox series

[v2] README: Update overlayfs instructions

Message ID 20231001005710.58314-1-uvv.mail@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v2] README: Update overlayfs instructions | expand

Commit Message

Vyacheslav Yurkov Oct. 1, 2023, 12:57 a.m. UTC
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(-)

Comments

Amir Goldstein Oct. 1, 2023, 12:43 p.m. UTC | #1
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
>
diff mbox series

Patch

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