.
[corvix.git] / var / deb-package / corvix-cluster / nodes / install-01network
bloba8dc7fa9c7d8ff2f6c99d13d933090d2e51ded03
1 #!/bin/zsh
2 cat << eof >> /etc/network/interfaces
3 allow-hotplug eth1
4 iface eth1 inet dhcp
5 eof