pungi-rocky/shared/createiso.conf

18 lines
596 B
Plaintext
Raw Normal View History

2023-09-21 16:42:43 +00:00
create_optional_isos = False
createiso_use_xorrisofs = True
createiso_skip = [
2023-09-22 20:10:08 +00:00
('^Modular$', {'*': True, 'src': True}),
2023-09-21 16:42:43 +00:00
("^(BaseOS|AppStream|CRB|NFV)$", {
# No binary ISOs for BaseOS (but still generate src ISOs) - RCM-41330
# No binary ISOs for AppStream (but still generate src ISOs) - RCM-40356
# No binary or src ISOs for CRB
# No binary or src ISOs for NFV
# Note: "*" matches only binary architectures.
"*": True,
"src":True #RCM-41427 -Disable source iso generation during createiso phase
}),
]
restricted_volid = True