From e4719c1cfc7dbf7235d0b992e5facc7d29129075 Mon Sep 17 00:00:00 2001 From: James Hunt Date: Mon, 4 Aug 2014 14:32:59 +0100 Subject: [PATCH] * Use /etc/network/interfaces.d/ rather than /etc/network/interfaces. --- live-build/ubuntu-core/hooks/04-configure_network.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-core/hooks/04-configure_network.chroot b/live-build/ubuntu-core/hooks/04-configure_network.chroot index 56440fc3..745372ad 100755 --- a/live-build/ubuntu-core/hooks/04-configure_network.chroot +++ b/live-build/ubuntu-core/hooks/04-configure_network.chroot @@ -3,7 +3,7 @@ if=eth0 # Manually configure the first ethernet device -cat </etc/network/interfaces.d/"$if"<