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
|
|
|
|
}),
|
|
|
|
]
|