Removing creation of eth0 file now that it is not deterministic to be the ethernet device on the system

This commit is contained in:
Sergio Schvezov 2015-07-03 16:34:42 -03:00
parent b93c6f4cc7
commit 3b4f42857b

View File

@ -1,9 +0,0 @@
#!/bin/sh -x
if=eth0
# Manually configure the first ethernet device
cat >/etc/network/interfaces.d/"$if"<<EOT
allow-hotplug $if
iface $if inet dhcp
EOT