* 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 if=eth0
# Manually configure the first ethernet device # Manually configure the first ethernet device
cat <<EOT |tee -a /etc/network/interfaces cat >/etc/network/interfaces.d/"$if"<<EOT
auto $if auto $if
iface $if inet dhcp iface $if inet dhcp
EOT EOT

Loading…
Cancel
Save