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

View File

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