d5a01519c6
This adds 9-stream support to the centos element. See https://review.opendev.org/q/topic:cs9 for related patches. Change-Id: Ib80fbd21edb77c25764eff2c0d66e55bde7a90af
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"signed_grub_efi": "efibootmgr grub2-efi-x64-modules grub2-efi-x64",
|
|
"signed_shim_efi": "shim",
|
|
"grub_bios": "grub2"
|
|
}
|
|
},
|
|
"centos": {
|
|
"9": {
|
|
"signed_grub_efi": "efibootmgr grub2-efi-x64",
|
|
"signed_shim_efi": "shim",
|
|
"grub_bios": "grub2"
|
|
}
|
|
}
|
|
},
|
|
"family":{
|
|
"debian":{
|
|
"signed_grub_efi": "grub-efi-amd64-signed",
|
|
"signed_shim_efi": "shim-signed",
|
|
"grub_bios": "grub-pc-bin",
|
|
"signed_grub_efi_arm64": "grub-efi-arm64",
|
|
"grub_bios_arm64": "grub-efi-arm64-bin"
|
|
},
|
|
"redhat":{
|
|
"signed_grub_efi": "efibootmgr grub2-efi-x64-modules grub2-efi-x64",
|
|
"signed_shim_efi": "shim",
|
|
"grub_bios": "grub2"
|
|
},
|
|
"suse":{
|
|
"signed_grub_efi": "",
|
|
"signed_shim_efi": "",
|
|
"grub_bios": "grub2"
|
|
}
|
|
},
|
|
"default":{
|
|
"signed_grub_efi": "grub-efi-amd64-signed",
|
|
"signed_shim_efi": "shim-signed",
|
|
"grub_bios": "grub-pc-bin"
|
|
}
|
|
}
|
|
|