pungi-rocky/shared/buildinstall.conf

25 lines
633 B
Plaintext
Raw Normal View History

2023-01-17 22:23:13 +00:00
bootable = True
buildinstall_method = "lorax"
lorax_options = [
("^.*$", {
"*": {
"noupgrade": False,
"bugurl": "https://bugs.rockylinux.org"
}
})
]
image_name_format = {
2023-09-07 19:25:00 +00:00
"^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}",
2023-01-17 22:23:13 +00:00
}
2023-09-07 19:25:00 +00:00
image_volid_formats = [ '{release_short}-8.10-{arch}-{disc_type}', ]
2023-01-17 22:23:13 +00:00
buildinstall_skip = [
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|RT|NFV)$", {
"*": True
}),
]