Update service activation to include disabling automatic update timer
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2025-10-16 11:59:44 +02:00
parent e4a6df3eea
commit 7d4b582038

View File

@@ -58,8 +58,7 @@ RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flath
RUN systemctl set-default graphical.target
#Activation des services
#Activation des services + Desactivation de bootc-update automatique
RUN systemctl preset-all && \
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service
RUN systemctl disable bootc-fetch-apply-updates.timer 2>/dev/null || true
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service \
systemctl mask bootc-fetch-apply-updates.timer