mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
sync from upstream
This commit is contained in:
parent
e1144f7dc6
commit
e80166f02e
@ -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']
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user