c00aa93389260573349303e95cb3e6e3cb805b09
I made Debian follow the Ubuntu approach, which comes from the Ubuntu installer. There was a report (#99) of a problem with the old approach used on Debian. In that issue, user foo-git linked to a Fedora feature request which discusses automounting /boot/efi instead. I've offered that as an alternative. I am not switching to that outright, as following the Ubuntu installer (where possible) is a goal of mine. Suggested-by: foo-git Closes #99
.. 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%