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