From 6fe1714a76218f0f01e3f40b5d1e67d25c5e403f Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Mar 06 2024 14:39:26 +0000 Subject: F41: Change bootable-container name to -bootc Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index ef1f5fa..030f5b9 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -235,7 +235,7 @@ osbuild = { "manifest_type": "dvd-ostree", }, { - "name": "%s-oci" % release_name, + "name": "%s-bootc" % release_name, "distro": "fedora-41", "image_types": ["iot-bootable-container"], "target": "f%s-candidate" % release_version,