diff --git a/installation/on_debian.rst b/installation/on_debian.rst index 90719229..ba4e48b2 100644 --- a/installation/on_debian.rst +++ b/installation/on_debian.rst @@ -49,10 +49,19 @@ reconfiguring the network using the :command:`omv-firstaid` command. .. code-block:: console - apt-get install --yes systemd-resolved + apt-get install --yes systemd-resolved psmisc systemctl enable --now systemd-resolved.service + systemctl restart systemd-resolved.service resolvectl dns +.. note:: + + If your IP address is configured by DHCP, the dhcp client may interfere + with `systemd-resolved`, preventing the download of additional packages + (``apt-get`` and ``wget`` fails). + In that case, stop it with ``killall dhcpcd`` and repeat the + ``resolvectl dns `` command. + Install the |omv| keyring manually: .. code-block:: console