From 2be18ba45debd984c355d940e444b19155bccd39 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Mar 05 2024 21:23:36 +0000 Subject: Simplified Provisioning: update customizations Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 3fda4ba..ef1f5fa 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -256,7 +256,7 @@ osbuild = { "ostree_url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/", "ostree_ref": "fedora/rawhide/$arch/iot", "subvariant": "IoT", - "customizations": "simp-prov-install-device.json", + "customizations": {"installation_device": "/dev/vda"}, "failable": ["*"], }, ], diff --git a/simp-prov-install-device.json b/simp-prov-install-device.json deleted file mode 100644 index eba803b..0000000 --- a/simp-prov-install-device.json +++ /dev/null @@ -1 +0,0 @@ -{"installation_device":"/dev/vda"}