From 7d4b5820384d6ee248350bf7a8442c9a1deddf30 Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 16 Oct 2025 11:59:44 +0200 Subject: [PATCH] Update service activation to include disabling automatic update timer --- Containerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Containerfile b/Containerfile index 2a6c38e..8a42247 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \ No newline at end of file + systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service \ + systemctl mask bootc-fetch-apply-updates.timer \ No newline at end of file