sync from upstream

This commit is contained in:
Louis Abel 2024-05-08 08:31:16 -07:00
parent e1144f7dc6
commit e80166f02e
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -1,8 +1,7 @@
# This files overrides default variables defined in the configs in
# the ../shared directory.
# No images for now
# from images import *
from images import *
# Unsigned builds for now
sigkeys = [None]
@ -17,7 +16,9 @@ lorax_options = [
'nomacboot': True
},
"*": {
"noupgrade": False
"noupgrade": False,
"squashfs_only": True,
'rootfs_size': 3
}
})
]
@ -25,3 +26,14 @@ lorax_options = [
translate_paths = [ # required by image-build
("/mnt/koji", "https://koji.rockylinux.org/kojifiles")
]
extra_isos = {
"BaseOS": [{
"include_variants": ["AppStream"],
"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
"skip_src": True,
"extra_files": EXTRA_FILES,
"arches": EXTRA_ISOS_ARCHES,
"failable_arches": ['i386']
}]
}