From 480b05733ee6ba1f1016296a3060b8259ebeca25 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Mar 2024 22:36:17 -0300 Subject: Fix: hydra_provision_config_load: use /etc/network/interfaces/eth0.conf --- lib/hydra/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hydra/provision b/lib/hydra/provision index 0b00682..073add0 100644 --- a/lib/hydra/provision +++ b/lib/hydra/provision @@ -38,7 +38,7 @@ function hydra_provision_config_load { # Networking. function hydra_provision_networking { echo "Doing a basic network config..." - cat <<-EOF | $SUDO tee $WORK/etc/network/interfaces > /dev/null + cat <<-EOF | $SUDO tee $WORK/etc/network/interfaces/eth0.conf > /dev/null auto eth0 allow-hotplug eth0 iface eth0 inet dhcp -- cgit v1.2.3