From 7c353f6dc27d328db7ec1b7dd71520d376bd02db Mon Sep 17 00:00:00 2001 From: mntmn <lukas@mntmn.com> Date: Wed, 3 Jun 2020 17:45:35 +0200 Subject: [PATCH] eth0: allow hot plug, possibly fixing stall at boot with no cable --- reform2-imx8mq/template-etc/network-interfaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reform2-imx8mq/template-etc/network-interfaces b/reform2-imx8mq/template-etc/network-interfaces index 104c1a1..b9e4556 100644 --- a/reform2-imx8mq/template-etc/network-interfaces +++ b/reform2-imx8mq/template-etc/network-interfaces @@ -1,5 +1,5 @@ auto lo iface lo inet loopback -auto eth0 +allow-hotplug eth0 iface eth0 inet dhcp -- GitLab