bootable = True buildinstall_method = "lorax" lorax_options = [ ("^.*$", { "*": { "noupgrade": False, "bugurl": "https://bugs.opencloudos.tech" } }) ] image_name_format = { "^BaseOS$": "{release_short}-8.10-{arch}-{disc_type}{disc_num}{suffix}", "^Minimal$": "{release_short}-8.10-{arch}-minimal{suffix}", ".*": "{release_short}-8.10-{arch}-{disc_type}{disc_num}{suffix}", } image_volid_formats = [ '{release_short}-8.10-{arch}-{disc_type}', ] buildinstall_skip = [ ("^(AppStream|PowerTools|HighAvailability|ResilientStorage|NFV|Exnde)$", { "*": True }), ] buildinstall_allow_reuse = True