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:

View File

@@ -17,6 +17,6 @@ documentation <https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/>`__
FreeBSD
Gentoo <https://wiki.gentoo.org/wiki/ZFS>
NixOS <https://nixos.wiki/wiki/NixOS_on_ZFS>
openSUSE <https://software.opensuse.org/package/zfs>
openSUSE/index
RHEL and CentOS
Ubuntu/index

View File

@@ -0,0 +1,35 @@
.. highlight:: sh
openSUSE
========
.. contents:: Table of Contents
:local:
Installation
------------
If you want to use ZFS as your root filesystem, see the `Root on ZFS`_
links below instead.
ZFS packages are not included in official openSUSE repositories, but repository of `filesystems projects of openSUSE
<https://software.opensuse.org/download.html?project=filesystems&package=zfs>`__
includes such packages of filesystems including OpenZFS.
openSUSE progresses through 3 main distribution branches, these are called Tumbleweed, Leap and SLE. There are ZFS packages available for all three.
External Links
--------------
* `openSUSE OpenZFS page <https://en.opensuse.org/OpenZFS>`__
Root on ZFS
-----------
.. toctree::
:maxdepth: 1
:glob:
*Root on ZFS

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff