diff --git a/overlays/turnkey.d/interfaces/etc/network/interfaces b/overlays/turnkey.d/interfaces/etc/network/interfaces index ba3b9902..9e63adf0 100644 --- a/overlays/turnkey.d/interfaces/etc/network/interfaces +++ b/overlays/turnkey.d/interfaces/etc/network/interfaces @@ -6,10 +6,14 @@ iface lo inet loopback auto eth0 iface eth0 inet dhcp + hostname _UNCONFIGURED_ + iface eth0 inet6 dhcp - hostname _UNCONFIGURED_ + hostname _UNCONFIGURED_ allow-hotplug eth1 iface eth1 inet dhcp + hostname _UNCONFIGURED_ + iface eth1 inet6 dhcp - hostname _UNCONFIGURED_ + hostname _UNCONFIGURED_ diff --git a/plans/net b/plans/net index 521029fb..05cb30d0 100644 --- a/plans/net +++ b/plans/net @@ -1,5 +1,6 @@ ifupdown-ng # updated drop-in replacement for ifupdown ifupdown-ng-compat # compatibility with traditional ifupdown +tkl-dhcpcd-ifupdown-glue # ifupdown hooks to ensure dhcpcd honors static ethtool # display or change ethernet card settings bind9-host # Version of 'host' bundled with BIND 9.X netbase # Basic TCP/IP networking system