From: Silvio Rhatto Date: Fri, 8 Mar 2024 02:15:08 +0000 (-0300) Subject: Fix: hydra_provision_config_load: use /etc/network/interfaces/eth0 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3e754e2a0fa49b9e1cff4a09f648dc23c57944c3;p=hydra.git Fix: hydra_provision_config_load: use /etc/network/interfaces/eth0 --- 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