0bbe91af82
This adds support to UEFI secure boot by copying signed shim and grub bootloaders into ramdisk image. Closes-Bug: 1419707 Change-Id: I1193cd3a9011855a6804966a31c7c0e28da90ada
21 lines
390 B
Plaintext
21 lines
390 B
Plaintext
{
|
|
"family":{
|
|
"debian":{
|
|
"signed_grub": "grub-efi-amd64-signed",
|
|
"signed_shim": "shim-signed",
|
|
"syslinux": "syslinux"
|
|
},
|
|
"redhat":{
|
|
"signed_grub": "grub2-efi",
|
|
"signed_shim": "shim",
|
|
"syslinux": ""
|
|
}
|
|
},
|
|
"default":{
|
|
"signed_grub": "grub-efi-amd64-signed",
|
|
"signed_shim": "shim-signed",
|
|
"syslinux": "syslinux"
|
|
}
|
|
}
|
|
|