Enable essential services and disable bootc-fetch-apply-updates.timer in Containerfile
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:
@@ -60,4 +60,6 @@ RUN systemctl set-default graphical.target
|
|||||||
|
|
||||||
#Activation des services
|
#Activation des services
|
||||||
RUN systemctl preset-all && \
|
RUN systemctl preset-all && \
|
||||||
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service
|
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service
|
||||||
|
|
||||||
|
RUN systemctl disable bootc-fetch-apply-updates.timer 2>/dev/null || true
|
||||||
Reference in New Issue
Block a user