mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-24 22:01:26 +00:00
images are failable
This commit is contained in:
parent
1494acb1ff
commit
26b940ec86
@ -28,7 +28,8 @@ image_build = {
|
|||||||
"disk-size": "10",
|
"disk-size": "10",
|
||||||
"arches": ["x86_64","aarch64"],
|
"arches": ["x86_64","aarch64"],
|
||||||
"install_tree_from": "BaseOS",
|
"install_tree_from": "BaseOS",
|
||||||
"repo": ["BaseOS","AppStream",]
|
"repo": ["BaseOS","AppStream"],
|
||||||
|
"failable": ['*']
|
||||||
},
|
},
|
||||||
"factory-parameters": {
|
"factory-parameters": {
|
||||||
"generate_icicle": False,
|
"generate_icicle": False,
|
||||||
@ -49,7 +50,8 @@ image_build = {
|
|||||||
"disk-size": "10",
|
"disk-size": "10",
|
||||||
"arches": ["x86_64", "aarch64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"install_tree_from": "BaseOS",
|
"install_tree_from": "BaseOS",
|
||||||
"repo": ["BaseOS","AppStream",]
|
"repo": ["BaseOS","AppStream"]
|
||||||
|
"failable": ['*']
|
||||||
},
|
},
|
||||||
"factory-parameters": {
|
"factory-parameters": {
|
||||||
"generate_icicle": False,
|
"generate_icicle": False,
|
||||||
|
Loading…
Reference in New Issue
Block a user