pungi-rocky/shared/buildinstall.conf

25 lines
629 B
Plaintext

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