Add eth0 to quick_deployment devdocs #13

Closed
mhfowler wants to merge 1 commits from eth0 into master
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
book
src/tmp
notes
deploy.sh
.idea

View File

@ -64,6 +64,10 @@ allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
allow-hotplug eth0
auto eth0
iface eth0 inet dhcp
```
[ Save and exit ]