Now enabling ocs services. #1

This commit is contained in:
Sebastien Rannou 2014-12-19 11:03:16 +01:00
parent 0f6d8ebc25
commit 8439ad3c13
1 changed files with 6 additions and 1 deletions

View File

@ -48,8 +48,8 @@ RUN mkdir /tmp/build-xnbd \
# Systemd
RUN systemctl disable getty@tty1.service \
&& systemctl enable NetworkManager-wait-online.service \
&& systemctl disable systemd-networkd.service \
&& systemctl enable NetworkManager-wait-online.service \
&& systemctl enable serial-getty@ttyS0.service \
&& systemctl enable sshd.service \
&& systemctl enable NetworkManager \
@ -62,6 +62,11 @@ ADD ./patches/etc/ /etc/
ADD ./patches/usr/ /usr/
RUN systemctl enable oc-ssh-keys \
&& systemctl enable oc-add-extra-volumes \
&& systemctl enable oc-sync-kernel-modules
# packages upgrade
RUN pacman --noconfirm -Suy