mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-09 14:51:24 +00:00
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
iso_hfs_ppc64le_compatible = False
|
|
|
|
extra_isos = {
|
|
"BaseOS": [{
|
|
"include_variants": ["AppStream"],
|
|
"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
|
|
"skip_src": False,
|
|
"extra_files": EXTRA_FILES,
|
|
"arches": EXTRA_ISOS_ARCHES,
|
|
"failable_arches": []
|
|
}]
|
|
}
|