[pdm-devel] [PATCH datacenter-manager 3/3] docs: make commands, file paths and config options inline code blocks.
Lukas Wagner
l.wagner at proxmox.com
Fri Jan 23 11:21:46 CET 2026
On Thu Jan 22, 2026 at 12:21 PM CET, Manuel Federanko wrote:
>
> .. IMPORTANT:: If your root file system is ZFS, you must update your initramfs every time this value
> changes.
> @@ -268,7 +268,7 @@ A good value for servers is 10:
>
> # sysctl -w vm.swappiness=10
>
> -To make the swappiness persistent, open `/etc/sysctl.conf` with an editor of your choice and add the
> +To make the swappiness persistent, open ``/etc/sysctl.conf`` with an editor of your choice and add the
> following line:
>
btw, just for your information, since I recently stumbled over this
myself: In Debian Trixie, /etc/sysctl.conf is not honored anymore [1],
instead one is supposed to use drop-in files in /etc/sysctl.d/
This does not really have anything to do with your changes (which where
just cosmetic changes to the existing content), but this
could be a valuable follow-up patch if you are interested. Would be good
to check the other products docs as well and send fixes for them if
needed.
[1] https://www.debian.org/releases/trixie/release-notes/issues.html#etc-sysctl-conf-is-no-longer-honored
More information about the pdm-devel
mailing list