From 64edd1aecd92294c6c0fb1ac9e626e8400089a80 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Sep 29 2022 15:27:43 +0000 Subject: Remove 'disk-image' from raw image name Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 42b87a0..d269a7f 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -213,7 +213,7 @@ global_target = 'f38' osbuild = { "^IoT$": [ { - "name": "%s-disk-image" % release_name, + "name": "%s" % release_name, "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "distro": "fedora-38", "image_types": ["iot-raw-image"],