From 097fe823e5432b81478d63c6c4fe64ae159fafc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 30 Jun 2022 19:02:06 +0200 Subject: [PATCH] packaging: Show the new options of kata-deploy-binaries.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've added a bunch of new options related to Confidential Containers builds as part of the kata-deploy-binaries.sh. Let's make sure those are displayed to the users of the script when it's called with --help. Signed-off-by: Fabiano FidĂȘncio --- .../kata-deploy/local-build/kata-deploy-binaries.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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 21460872f0..84f90e4093 100755 --- a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh +++ b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh @@ -81,6 +81,13 @@ options: rootfs-initrd shim-v2 virtiofsd + cc + cc-cloud-hypervisor + cc-kernel + cc-qemu + cc-rootfs-image + cc-shimv2 + cc-virtiofsd EOF exit "${return_code}"