From 523b1f29397ed737f71112f97ed326d190a4cb46 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Feb 17 2024 15:18:19 +0000 Subject: F41: Add simplified provisioning Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index f26e13f..3fda4ba 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -246,6 +246,19 @@ osbuild = { "subvariant": "IoT", "failable": ["*"], }, + { + "name": "%s-sp" % release_name, + "distro": "fedora-41", + "image_types": ["iot-simplified-installer"], + "target": "f%s-candidate" % release_version, + "arches": ["x86_64", "aarch64"], + "repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"], + "ostree_url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/", + "ostree_ref": "fedora/rawhide/$arch/iot", + "subvariant": "IoT", + "customizations": "simp-prov-install-device.json", + "failable": ["*"], + }, ], } diff --git a/simp-prov-install-device.json b/simp-prov-install-device.json new file mode 100644 index 0000000..eba803b --- /dev/null +++ b/simp-prov-install-device.json @@ -0,0 +1 @@ +{"installation_device":"/dev/vda"}