mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-05 16:37:00 +00:00
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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user