mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-31 18:31:24 +00:00
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
create_optional_isos = False
|
|
createiso_skip = [
|
|
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|RT|NFV)$', {
|
|
'*': True,
|
|
'src':True
|
|
}),
|
|
]
|
|
|
|
restricted_volid = True
|