From 3e754e2a0fa49b9e1cff4a09f648dc23c57944c3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Mar 2024 23:15:08 -0300 Subject: Fix: hydra_provision_config_load: use /etc/network/interfaces/eth0 --- lib/hydra/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hydra/provision b/lib/hydra/provision index 073add0..54d9bcf 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/eth0.conf > /dev/null + cat <<-EOF | $SUDO tee $WORK/etc/network/interfaces/eth0 > /dev/null auto eth0 allow-hotplug eth0 iface eth0 inet dhcp -- cgit v1.2.3