net: consolidate DHCP onto eth0 only

- rename DfW main interface eth0
- remove eth1 DHCP config
- create tap device in init script not interfaces file

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2016-09-22 16:11:28 +01:00
parent a0632f1e78
commit aceebda3db
3 changed files with 2 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ RUN \
rc-update add vsudd boot && \
rc-update add sysklogd boot && \
rc-update add hwclock boot && \
rc-update add tap-vsockd boot && \
rc-update add networking boot && \
rc-update add acpid default && \
rc-update add chronyd default && \