All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriel Niebler <gniebler@suse.com>
To: fstests@vger.kernel.org
Cc: Gabriel Niebler <gniebler@suse.com>
Subject: [PATCH 1/2] README: Add section to install required packages on (open)SUSE
Date: Tue, 31 Jan 2023 13:38:38 +0100	[thread overview]
Message-ID: <20230131123839.16084-2-gniebler@suse.com> (raw)
In-Reply-To: <20230131123839.16084-1-gniebler@suse.com>

The README already lists how to install the required packages on other popular
distributions. Since a lot of filesystem development happens on SUSE systems and
both the commands as well as the list of packages are slightly different,
it only makes sense to include these as well.

Signed-off-by: Gabriel Niebler <gniebler@suse.com>
---
 README | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/README b/README
index 4c4f22f8..008d3875 100644
--- a/README
+++ b/README
@@ -77,6 +77,26 @@ RHEL or CentOS
     For OverlayFS build and install:
      - see https://github.com/hisilicon/overlayfs-progs
 
+SUSE Linux Enterprise or openSUSE
+---------------------------------
+
+1. Install all necessary packages from standard repositories:
+
+   $ sudo zypper install acct automake bc dbench duperemove dump fio gcc git \
+        indent libacl-devel libaio-devel libattr-devel libcap libcap-devel \
+        libtool liburing-devel libuuid-devel lvm2 make quota sqlite3 xfsprogs
+
+2. Install packages for the filesystem(s) being tested:
+
+    For btrfs install:
+     $ sudo zypper install btrfsprogs libbtrfs-devel
+
+    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
 --------------------------------------
 
-- 
2.39.1


  reply	other threads:[~2023-01-31 12:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31 12:38 [PATCH 0/2] README: Add distro and btrfs testing info Gabriel Niebler
2023-01-31 12:38 ` Gabriel Niebler [this message]
2023-02-06 14:45   ` [PATCH 1/2] README: Add section to install required packages on (open)SUSE Zorro Lang
2023-01-31 12:38 ` [PATCH 2/2] README: Add tiny note concerning required scratch devs for btrfs testing Gabriel Niebler
2023-02-06 14:52   ` Zorro Lang
2023-02-06 16:29     ` Gabriel Niebler
2023-02-18  6:26       ` Zorro Lang
2023-02-22 17:24         ` Gabriel Niebler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230131123839.16084-2-gniebler@suse.com \
    --to=gniebler@suse.com \
    --cc=fstests@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.