2023-09-21 16:42:43 +00:00
|
|
|
# This files overrides default variables defined in the configs in
|
|
|
|
# the ../shared directory.
|
|
|
|
|
2024-01-17 17:42:11 +00:00
|
|
|
# No images for now
|
|
|
|
# from images import *
|
2023-09-21 16:42:43 +00:00
|
|
|
|
|
|
|
# Unsigned builds for now
|
|
|
|
sigkeys = [None]
|
|
|
|
|
|
|
|
tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64']
|
|
|
|
|
|
|
|
lorax_use_koji_plugin = False
|
|
|
|
|
2024-01-17 17:42:11 +00:00
|
|
|
lorax_options = [
|
|
|
|
("^.*$", {
|
|
|
|
'x86_64': {
|
|
|
|
'nomacboot': True
|
|
|
|
},
|
|
|
|
"*": {
|
|
|
|
"noupgrade": False
|
|
|
|
}
|
|
|
|
})
|
|
|
|
]
|
|
|
|
|
2023-09-21 16:42:43 +00:00
|
|
|
translate_paths = [ # required by image-build
|
|
|
|
("/mnt/koji", "https://koji.rockylinux.org/kojifiles")
|
|
|
|
]
|