From 3b4f42857b2ba1de414998f755241219d64a7f0a Mon Sep 17 00:00:00 2001 From: Sergio Schvezov Date: Fri, 3 Jul 2015 16:34:42 -0300 Subject: [PATCH] Removing creation of eth0 file now that it is not deterministic to be the ethernet device on the system --- live-build/ubuntu-core/hooks/04-configure_network.chroot | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 live-build/ubuntu-core/hooks/04-configure_network.chroot diff --git a/live-build/ubuntu-core/hooks/04-configure_network.chroot b/live-build/ubuntu-core/hooks/04-configure_network.chroot deleted file mode 100755 index d96d9aa8..00000000 --- a/live-build/ubuntu-core/hooks/04-configure_network.chroot +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -x - -if=eth0 - -# Manually configure the first ethernet device -cat >/etc/network/interfaces.d/"$if"<