Now enabling ocs services. #1
This commit is contained in:
parent
0f6d8ebc25
commit
8439ad3c13
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue