added override to update services, so it does not reboot when updating
All checks were successful
Build Silverblue Image / build-push (push) Successful in 5m48s

This commit is contained in:
Joshua Seiger-Eatwell 2025-01-11 14:21:01 +01:00
parent 8e5b7538f6
commit d267037f0c
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,8 @@ ARG FEDORA_MAJOR_VERSION=41
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
COPY etc etc
RUN dnf install vim ncdu -y && \
dnf remove firefox firefox-langpacks -y && \
systemctl enable bootc-fetch-apply-updates.timer && \

View File

@ -0,0 +1,2 @@
[Service]
ExecStart=/usr/bin/bootc update --quiet