mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-09 23:01:24 +00:00
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
|
extra_isos = {
|
||
|
"BaseOS": [{
|
||
|
"include_variants": ["AppStream"],
|
||
|
"filename": "{release_short}-8.8-{arch}-{disc_type}{disc_num}{suffix}",
|
||
|
"skip_src": True,
|
||
|
}],
|
||
|
"Minimal": [{
|
||
|
"include_variants": ["BaseOS"],
|
||
|
"filename": "{release_short}-8.8-{arch}-minimal{suffix}",
|
||
|
"skip_src": True,
|
||
|
}]
|
||
|
}
|