2aa6fd156d0599b6cac7c1e4848b32b2f3b1d267
Refresh the documentation to more clear and to account for changes for made in the recent Fedora releases. - Replaced most ZFS on Linux references with OpenZFS. - Reworded kernel compatibility note and link directly to the latest supported OpenZFS release to make it easy to check the maximum supported kernel version. - Removed the kernel-devel package from the dnf install command. The pacakge is now correctly brought in as a dkms dependency. - Add a comment explaining the modules are automatically loaded when a pool is detected, but they can always be loaded at boot time by creating a /etc/modules-load.d/zfs.conf file. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
.. image:: docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-halfsize.png .. highlight:: sh OpenZFS Documentation ===================== Public link: https://openzfs.github.io/openzfs-docs/ Building Locally ---------------- Install Prerequisites ~~~~~~~~~~~~~~~~~~~~~ The dependencies are available via pip:: # For Debian based distros sudo apt install python3-pip # For RPM-based distros sudo yum install python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH Build ~~~~~ :: cd docs make html # HTML files will be generated in: _build/html
Description
Languages
Python
83.7%
Shell
16.1%
Makefile
0.2%