1b9520e955
This patch is adds a new grub2 element that installs the grub2 bootloader on the image so it can work with Ironic's local boot support. This patch also modifies the iso element which was installing same grub2. It removes the grub2 installation from iso element and makes it dependent on grub2 element. Co-Authored-By: Ramakrishnan G <rameshg87@gmail.com> Change-Id: I37bcf2c525708d1e2e0f95cf5874a279f76861f7
21 lines
457 B
Plaintext
21 lines
457 B
Plaintext
{
|
|
"family":{
|
|
"debian":{
|
|
"signed_grub_efi": "grub-efi-amd64-signed",
|
|
"signed_shim_efi": "shim-signed",
|
|
"grub_bios": "grub-pc-bin"
|
|
},
|
|
"redhat":{
|
|
"signed_grub_efi": "efibootmgr grub2-efi-modules grub2-efi",
|
|
"signed_shim_efi": "shim",
|
|
"grub_bios": "grub2"
|
|
}
|
|
},
|
|
"default":{
|
|
"signed_grub_efi": "grub-efi-amd64-signed",
|
|
"signed_shim_efi": "shim-signed",
|
|
"grub_bios": "grub-pc-bin"
|
|
}
|
|
}
|
|
|