Update service activation to include disabling automatic update timer
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Some checks failed
ci/woodpecker/push/ci Pipeline failed
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user