From 6897d9feaaa7e06598329dd2eb6e1795542d2d08 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:33:21 -0500 Subject: [PATCH] Use bootc for updates --- recipes/common/updates.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/common/updates.yml b/recipes/common/updates.yml index f91bd76..5b75ec1 100644 --- a/recipes/common/updates.yml +++ b/recipes/common/updates.yml @@ -1,11 +1,12 @@ modules: - - type: files - files: - - source: rpm-ostreed-conf - destination: /etc + # - type: files + # files: + # - source: rpm-ostreed-conf + # destination: /etc - type: systemd system: masked: - ublue-update.timer enabled: - - rpm-ostreed-automatic.timer + # - rpm-ostreed-automatic.timer + - bootc-fetch-apply-updates.timer