diff --git a/Containerfile b/Containerfile index e57358f..8fdef58 100644 --- a/Containerfile +++ b/Containerfile @@ -107,5 +107,6 @@ RUN systemctl set-default graphical.target #Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ + rm -f /etc/systemd/system/display-manager.service && \ systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \ systemctl mask bootc-fetch-apply-updates.timer \ No newline at end of file