From 2d48cfe3b3d49efdffccc2834a33e81c53bb54f1 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 13 Sep 2024 12:21:44 +0300 Subject: [PATCH] Set iso name certified --- msvsphere-9.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvsphere-9.conf b/msvsphere-9.conf index 673a677..a3faf56 100644 --- a/msvsphere-9.conf +++ b/msvsphere-9.conf @@ -19,7 +19,7 @@ treeinfo_version = '9' extra_isos = { "Certified": [{ "include_variants": [], - "filename": "{release_short}-9.4-{arch}-{disc_type}{suffix}", + "filename": "{release_short}-9.4-{arch}-certified{suffix}", "skip_src": True, "arches": ['x86_64'], "failable_arches": ['i386'],