* Use /etc/network/interfaces.d/ rather than /etc/network/interfaces.

This commit is contained in:
James Hunt 2014-08-04 14:32:59 +01:00
parent c676a8fbac
commit e4719c1cfc

View File

@ -3,7 +3,7 @@
if=eth0
# Manually configure the first ethernet device
cat <<EOT |tee -a /etc/network/interfaces
cat >/etc/network/interfaces.d/"$if"<<EOT
auto $if
iface $if inet dhcp
EOT