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
--------------------------------------