2c76e5de9708526e6bf345db41a2f91416bf271a
The fix for #97,66233a1138, seems to have created yet another issue (beyond #100): "the link /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf is dangling (since /run has just been clobbered by an empty tmpfs). debootstrap seems to populate all manner of stuff in /run."f1721edda7 (commitcomment-45770519)I considered just reverting all of this, since the original issue only occurred when copying in an existing system. Ignoring it was my decision the first time this came up. But it's come up twice now. Also, this mode is mentioned in the guide. Most importantly, if we are not mounting a /tmpfs at /run in the normal case, then we could end up with cruft in /run in the root filesystem which could potentially break something or be confusing later if the /run tmpfs ever failed to mount. So in the interest of correctness, I'd like to try to handle this. I am now mounting a tmpfs at /mnt/run before the debootstrap step. Signed-off-by: Richard Laager <rlaager@wiktel.com>
.. 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%