From e21a5791f1eb02e8696c64848dc7ef1d23deb359 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Tue, 1 Apr 2025 10:22:21 -0400 Subject: [PATCH] Update f41 to use f41-stable branch from base-images Signed-off-by: Paul Whalen --- .gitmodules | 1 + base-images | 2 +- fedora-iot-bootc.yaml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 76e27a9..6aa44fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "base-images"] path = base-images url = https://gitlab.com/fedora/bootc/base-images.git + branch = f41-stable diff --git a/base-images b/base-images index b2ef5fb..f32c452 160000 --- a/base-images +++ b/base-images @@ -1 +1 @@ -Subproject commit b2ef5fbd7abb2b4c5487f2870c66a53ae9c6fdc7 +Subproject commit f32c45268e49a04cd6e0a664a32d43f9e3b36c47 diff --git a/fedora-iot-bootc.yaml b/fedora-iot-bootc.yaml index a97f645..dd5cf9c 100644 --- a/fedora-iot-bootc.yaml +++ b/fedora-iot-bootc.yaml @@ -6,6 +6,6 @@ metadata: summary: Fedora IoT bootc image include: - - base-images/minimal-plus/manifest.yaml - - base-images/fedora-includes/generic.yaml + - base-images/tier-x/manifest.yaml + - base-images/tier-x/kernel.yaml - iot-packages.yaml