From 7c065342c39f410faf2a7b9806ce1c16e774785c Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 31 Jul 2016 14:47:40 +0100 Subject: Add support for systemd-resolved For Jessie, --enable-dhcp is still needed to get a usable interface other than lo. For Stretch and later, --enable-dhcp is redundant if systemd-networkd is enabled. Add note to the docs. --- doc/overview.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/overview.rst b/doc/overview.rst index 65f039a..2d9b8c0 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -234,6 +234,15 @@ If DHCP is also enabled, the following configuration is used:: overridden by putting another file into place using the customisation scripts, using a lower sorting filename. +Stretch and later +----------------- + +There is no need to use the ``--enable-dhcp`` option when using +``systemd`` for networking with stretch or sid. ``systemd-resolved`` is +enabled instead if ``systemd-networkd`` is specified. (``--enable-dhcp`` +would simply add an unused entry to ``/etc/network/interfaces`` for +``eth0``.) + :: [Match] -- cgit v1.2.1