Removing creation of eth0 file now that it is not deterministic to be the ethernet device on the system
parent
b93c6f4cc7
commit
3b4f42857b
@ -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
|
Loading…
Reference in new issue