From 8e350a6b24cf753854fb440f7290b1bc7de2dff8 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Fri, 24 Apr 2026 11:52:48 +1000 Subject: [PATCH 1/2] Update interfaces file --- overlays/turnkey.d/interfaces/etc/network/interfaces | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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_ From 42782582cdf579710fe8c76ce289baffcf87b054 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 5 May 2026 15:29:05 +1000 Subject: [PATCH 2/2] Add new glue package --- plans/net | 1 + 1 file changed, 1 insertion(+) 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