From 056d85de2c48b4102ee5923d6aadef06973f5588 Mon Sep 17 00:00:00 2001 From: Alex Carter Date: Wed, 14 Sep 2022 23:34:33 +0000 Subject: [PATCH] kata-deploy: rename make target for sev initrd The sev initrd target had been changed to "cc-sev-rootfs-initrd". This was good discussion as part of #5120. I failed to rename it from "cc-sev-initrd-image" in kata-deploy-binaries. The script will fail for a bad build target. Fixes: #5166 Signed-Off-By: Alex Carter --- .../packaging/kata-deploy/local-build/kata-deploy-binaries.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh index 9331b333d4..daf3c086c7 100755 --- a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh +++ b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh @@ -90,7 +90,7 @@ options: cc-qemu cc-tdx-qemu cc-rootfs-image - cc-sev-initrd-image + cc-sev-rootfs-initrd cc-shimv2 cc-virtiofsd cc-sev-ovmf @@ -335,7 +335,7 @@ handle_build() { cc-rootfs-image) install_cc_image ;; - cc-sev-initrd-image) install_cc_sev_image ;; + cc-sev-rootfs-initrd) install_cc_sev_image ;; cc-shim-v2) install_cc_shimv2 ;;