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

ubuntu/yakkety
James Hunt 11 years ago
parent c676a8fbac
commit e4719c1cfc

@ -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

Loading…
Cancel
Save