pungi-almalinux/i686/variants_options.json

94 lines
2.2 KiB
JSON
Raw Normal View History

2023-03-07 12:47:35 +00:00
{
"BaseOS": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 12:47:35 +00:00
"buildinstall_skip": true,
2023-03-07 13:11:48 +00:00
"createiso_skip": true
2023-03-07 12:47:35 +00:00
},
"AppStream": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 12:47:35 +00:00
"buildinstall_skip": true,
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS"
]
},
"PowerTools": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 12:47:35 +00:00
"buildinstall_skip": true,
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS",
"AppStream"
]
},
"HighAvailability": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 12:47:35 +00:00
"buildinstall_skip": true,
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS",
"AppStream"
]
},
"ResilientStorage": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 12:47:35 +00:00
"buildinstall_skip": true,
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS",
"AppStream"
]
},
"Minimal": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 12:47:35 +00:00
"buildinstall_skip": true,
2023-03-07 13:11:48 +00:00
"createiso_skip": true
2023-03-07 18:42:08 +00:00
},
"NFV": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 18:42:08 +00:00
"buildinstall_skip": true,
2023-03-15 11:18:49 +00:00
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS",
"AppStream"
]
2023-03-07 18:42:08 +00:00
},
"RT": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 18:42:08 +00:00
"buildinstall_skip": true,
2023-03-15 11:18:49 +00:00
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS",
"AppStream"
]
2023-03-07 18:42:08 +00:00
},
"SAP": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 18:42:08 +00:00
"buildinstall_skip": true,
2023-03-15 11:18:49 +00:00
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS",
"AppStream",
"HighAvailability"
]
2023-03-07 18:42:08 +00:00
},
"SAPHANA": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 18:42:08 +00:00
"buildinstall_skip": true,
2023-03-15 11:18:49 +00:00
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS",
"AppStream",
"HighAvailability"
]
2023-03-07 18:42:08 +00:00
},
"extras": {
2023-03-14 16:45:01 +00:00
"gather_methods": "hybrid",
2023-03-07 18:42:08 +00:00
"buildinstall_skip": true,
2023-03-13 10:00:06 +00:00
"createiso_skip": true,
"variant_as_lookaside": [
"BaseOS",
"AppStream"
]
2023-03-07 12:47:35 +00:00
}
}