46a912175e1da00138a6bec7c6112e381202d6e6
rpm --import <key>
RPM will prompt to install our signing key, so no need to manually import it: ``` ZFS on Linux for EL9 - kmod 3.3 MB/s | 3.4 kB 00:00 Importing GPG key 0x9DB84141: Userid : "OpenZFS <release@openzfs.org>" Fingerprint: 7DC7 299D CF7C 7FD9 CD87 701B A599 FD5E 9DB8 4141 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-openzfs Is this ok [y/N]: y ``` Removing the line also gets around the problem of the key being renamed from `RPM-GPG-KEY-zfsonlinux` -> `RPM-GPG-KEY-openzfs`
.. 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 # 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: 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%