bootable = True buildinstall_method = "lorax" lorax_options = [ ("^.*$", { "*": { "noupgrade": False, "bugurl": "https://bugs.opencloudos.tech", "rootfs_size": 4 } }) ] # uncommnet when use script/geniso-9.sh #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 = { "^BaseOS$": "{release_short}-9.0-netinst-{arch}{suffix}", "^Minimal$": "{release_short}-9.0-minimal-{arch}{suffix}", ".*": "{release_short}-9.0-{disc_type}-{arch}-{suffix}", } image_volid_formats = [ '{release_short}-9.0-{arch}-{disc_type}', ] buildinstall_skip = [ ("^(AppStream)$", { "*": True }), ]