- variants options are fixed
This commit is contained in:
parent
0a4daa9ac1
commit
e21c4e8444
@ -2,15 +2,7 @@
|
|||||||
"BaseOS": {
|
"BaseOS": {
|
||||||
"gather_methods": "hybrid",
|
"gather_methods": "hybrid",
|
||||||
"buildinstall_skip": true,
|
"buildinstall_skip": true,
|
||||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-{disc_type}{suffix}",
|
"createiso_skip": true
|
||||||
"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
|
|
||||||
}]
|
|
||||||
},
|
},
|
||||||
"AppStream": {
|
"AppStream": {
|
||||||
"gather_methods": "hybrid",
|
"gather_methods": "hybrid",
|
||||||
@ -49,13 +41,7 @@
|
|||||||
},
|
},
|
||||||
"Minimal": {
|
"Minimal": {
|
||||||
"gather_methods": "hybrid",
|
"gather_methods": "hybrid",
|
||||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
|
|
||||||
"buildinstall_skip": true,
|
"buildinstall_skip": true,
|
||||||
"createiso_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
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user