From 6335b1388ed55c7b48f1b6522b1f546bd588cc65 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:09:44 -0500 Subject: [PATCH] Change back to rpm-ostree performing updates --- recipes/common/updates.yml | 12 ++++++------ recipes/jp-truenas.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/common/updates.yml b/recipes/common/updates.yml index 5b75ec1..1d9b445 100644 --- a/recipes/common/updates.yml +++ b/recipes/common/updates.yml @@ -1,12 +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 - - bootc-fetch-apply-updates.timer + - rpm-ostreed-automatic.timer + # - bootc-fetch-apply-updates.timer diff --git a/recipes/jp-truenas.yml b/recipes/jp-truenas.yml index eeb64fe..316611d 100644 --- a/recipes/jp-truenas.yml +++ b/recipes/jp-truenas.yml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json name: jp-truenas base-image: ghcr.io/ublue-os/base-main -image-version: gts +image-version: 41 description: The image of Wunker OS for JP's TrueNAS Server. stages: - from-file: common/helix.yml