From 80021c8649e3cd712ffb206018f61c21e1ea168c Mon Sep 17 00:00:00 2001 From: qpismont Date: Tue, 16 Dec 2025 19:57:51 +0100 Subject: [PATCH] Enhance Containerfile: Remove display-manager.service to prevent conflicts with GDM --- Containerfile | 1 + 1 file changed, 1 insertion(+) 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