mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-27 03:20:57 +00:00
9 lines
212 B
Text
9 lines
212 B
Text
create_optional_isos = False
|
|
createiso_skip = [
|
|
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|RT|NFV)$', {
|
|
'*': True,
|
|
'src':True
|
|
}),
|
|
]
|
|
|
|
restricted_volid = True
|