Enhance Containerfile: Remove display-manager.service to prevent conflicts with GDM
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2025-12-16 19:57:51 +01:00
parent 018cf29e9a
commit 80021c8649

View File

@@ -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