bootable = True buildinstall_method = "lorax" lorax_options = [ ("^.*$", { "*": { "noupgrade": False, "bugurl": "https://bugs.opencloudos.tech", "rootfs_size": 4 } }) ] lorax_extra_sources = [ ('^.*$', { 'x86_64': ['https://build.opencloudos.tech/kojifiles/repos/dist-oc9-build/latest/x86_64/'], 'aarch64': ['https://build.opencloudos.tech/kojifiles/repos/dist-oc9-build/latest/aarch64/'] }) ] image_name_format = { "^AppStream$": "{release_short}-9.0-everything-{arch}{suffix}", "^BaseOS$": "{release_short}-9.0-{arch}-minimal{suffix}", ".*": "{release_short}-9.0-{arch}-{disc_type}{disc_num}{suffix}", } image_volid_formats = [ '{release_short}-9.0-{arch}-{disc_type}', ] buildinstall_skip = [ ("^(AppStream)$", { "*": True }), ]