mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-01 02:41:25 +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
|