diff --git a/Containerfile.bunsen b/Containerfile.bunsen index ee6a1d5..3f37044 100644 --- a/Containerfile.bunsen +++ b/Containerfile.bunsen @@ -12,7 +12,11 @@ RUN rm /etc/yum.repos.d/google-chrome.repo && \ RUN /tmp/build.sh -RUN /tmp/post.sh +#RUN /tmp/post.sh +RUN systemctl enable remote-fs.target +RUN systemctl enable sshd.socket +#systemctl enable systemd-timesyncd.service +# fc-cache -f /usr/share/fonts RUN ostree container commit diff --git a/layers/post.sh b/layers/post.sh index 02fd112..a37030f 100755 --- a/layers/post.sh +++ b/layers/post.sh @@ -2,7 +2,7 @@ set -ouex pipefail -systemctl enable remote-fs.target -systemctl enable sshd.socket -systemctl enable systemd-timesyncd.service -fc-cache -f /usr/share/fonts +# systemctl enable remote-fs.target +# systemctl enable sshd.socket +# systemctl enable systemd-timesyncd.service +# fc-cache -f /usr/share/fonts