Skip to content

Commit f006fe5

Browse files
Zaryobrlaager
authored andcommitted
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 <[email protected]>
1 parent c25037b commit f006fe5

File tree

5 files changed

+2504
-1
lines changed

5 files changed

+2504
-1
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The dependencies are available via pip::
1818
sudo apt install python3-pip
1919
# For RPM-based distros
2020
sudo yum install python3-pip
21+
# For openSUSE
22+
sudo zypper in python3-pip
2123

2224
pip3 install -r docs/requirements.txt
2325
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:

docs/Getting Started/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ documentation <https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/>`__
1717
FreeBSD
1818
Gentoo <https://wiki.gentoo.org/wiki/ZFS>
1919
NixOS <https://nixos.wiki/wiki/NixOS_on_ZFS>
20-
openSUSE <https://software.opensuse.org/package/zfs>
20+
openSUSE/index
2121
RHEL and CentOS
2222
Ubuntu/index
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. highlight:: sh
2+
3+
openSUSE
4+
========
5+
6+
.. contents:: Table of Contents
7+
:local:
8+
9+
Installation
10+
------------
11+
12+
If you want to use ZFS as your root filesystem, see the `Root on ZFS`_
13+
links below instead.
14+
15+
ZFS packages are not included in official openSUSE repositories, but repository of `filesystems projects of openSUSE
16+
<https://software.opensuse.org/download.html?project=filesystems&package=zfs>`__
17+
includes such packages of filesystems including OpenZFS.
18+
19+
openSUSE progresses through 3 main distribution branches, these are called Tumbleweed, Leap and SLE. There are ZFS packages available for all three.
20+
21+
22+
External Links
23+
--------------
24+
25+
* `openSUSE OpenZFS page <https://en.opensuse.org/OpenZFS>`__
26+
27+
Root on ZFS
28+
-----------
29+
.. toctree::
30+
:maxdepth: 1
31+
:glob:
32+
33+
*Root on ZFS
34+
35+

0 commit comments

Comments
 (0)