From 75ca9ac31c43c77655a75a24dfb1e5572a95a05a Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sun, 6 Jan 2019 17:07:05 +0000 Subject: [PATCH] network: Remove eth0 from interfaces list The eth0 interface is automatically picked up by NetworkManager for DHCP. --- root.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/root.sh b/root.sh index 76e8cc9..7859f2a 100755 --- a/root.sh +++ b/root.sh @@ -236,9 +236,6 @@ auto lo iface lo inet loopback source-directory interfaces.d - -allow-hotplug eth0 -iface eth0 inet dhcp EOF # Don't setup resolv.conf if it's a symlink -- GitLab