diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/provision | 2 |
1 files changed, 1 insertions, 1 deletions
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 |