From c18ce9a21f5d55ca8629d1bd7d3373ed3d8a4893 Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 23 Jul 2026 19:21:05 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6f55abb..2f60623 100644 --- a/Containerfile +++ b/Containerfile @@ -116,5 +116,5 @@ RUN systemctl set-default graphical.target #Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ - systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service && \ + systemctl enable --force plasmalogin.service NetworkManager.service bluetooth.service podman.socket cups.service && \ systemctl mask bootc-fetch-apply-updates.timer systemd-remount-fs.service