From e21c4e8444c0f116d3e8c0f3deef2c4266cec450 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Tue, 7 Mar 2023 15:11:48 +0200 Subject: [PATCH] - variants options are fixed --- i686/variants_options.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/i686/variants_options.json b/i686/variants_options.json index c5db8e2..5186690 100644 --- a/i686/variants_options.json +++ b/i686/variants_options.json @@ -2,15 +2,7 @@ "BaseOS": { "gather_methods": "hybrid", "buildinstall_skip": true, - "image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-{disc_type}{suffix}", - "createiso_skip": true, - "extra_isos": [{ - "include_variants": [ - "AppStream" - ], - "filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-{disc_type}{suffix}", - "skip_src": true - }] + "createiso_skip": true }, "AppStream": { "gather_methods": "hybrid", @@ -49,13 +41,7 @@ }, "Minimal": { "gather_methods": "hybrid", - "image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}", "buildinstall_skip": true, - "createiso_skip": true, - "extra_isos": [{ - "include_variants": [], - "filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}", - "skip_src": true - }] + "createiso_skip": true } } \ No newline at end of file