Merge pull request #6389 from UnmeshDeodhar/fix-initrd-build

packaging: fix initrd build
This commit is contained in:
Fabiano Fidêncio 2023-03-01 20:12:45 +01:00 committed by GitHub
commit e6cd11221d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ install_cc_image() {
install_cc_sev_image() {
AA_KBC="online_sev_kbc"
image_type="initrd"
install_cc_image "${AA_KBC}" "${image_type}" "" "" "sev"
install_cc_image "${AA_KBC}" "${image_type}" "sev" "" "sev"
}
install_cc_tdx_image() {