Merge pull request #546 from rneugeba/if-clean

Clean up network interface
This commit is contained in:
Justin Cormack
2016-09-23 10:41:15 +01:00
committed by GitHub
5 changed files with 17 additions and 34 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 && \