Enhance Containerfile: Remove display-manager.service to prevent conflicts with GDM
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
@@ -107,5 +107,6 @@ RUN systemctl set-default graphical.target
|
|||||||
|
|
||||||
#Activation des services + Desactivation de bootc-update automatique
|
#Activation des services + Desactivation de bootc-update automatique
|
||||||
RUN systemctl preset-all && \
|
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 enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \
|
||||||
systemctl mask bootc-fetch-apply-updates.timer
|
systemctl mask bootc-fetch-apply-updates.timer
|
||||||
Reference in New Issue
Block a user