openSUSE on ZFS has been written

This is a basic HOWTO page for OpenSUSE. This pages not official. This is a personal work represents how I do it.

* Added openSUSE on ZFS basic pages. For Leap and Tumbleweed this pages generated in lights of Debian and Ubuntu pages.

Signed-off-by: Suleyman Poyraz <zaryob.dev@gmail.com>
This commit is contained in:
Suleyman Poyraz
2021-03-02 12:17:20 +03:00
committed by Richard Laager
parent c25037beb0
commit f006fe5729
5 changed files with 2504 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ The dependencies are available via pip::
sudo apt install python3-pip
# For RPM-based distros
sudo yum install python3-pip
# For openSUSE
sudo zypper in python3-pip
pip3 install -r docs/requirements.txt
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: