if eth0 exists, enable dhcp on it. for pi3 users

This commit is contained in:
Cassiano Aquino 2019-09-29 18:00:31 +01:00
parent 000e11869f
commit 927e764ff8
No known key found for this signature in database
GPG Key ID: 2480258091054B09

@ -5,6 +5,9 @@ iface lo inet loopback
allow-hotplug wlan0
iface wlan0 inet static
allow-hotplug eth0
iface eth0 inet dhcp
allow-hotplug usb0
iface usb0 inet static
address 10.0.0.2