a8635d3a3b
Unable to locate package reported when DIB_RELEASE=jessie disk-image-create debian ironic-agent \ grub2 devuser -a arm64 -o deploy-jessie E: Unable to locate package grub-pc-bin E: Unable to locate package shim-signed E: Unable to locate package grub-efi-amd64-signed Fix the issue via adding arch dependency and arm64 packages Change-Id: I40650a887b575a9c2b00a8c5036c35354d548673 Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
28 lines
658 B
Plaintext
28 lines
658 B
Plaintext
{
|
|
"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-modules grub2-efi",
|
|
"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"
|
|
}
|
|
}
|
|
|