From 45d76407aac9c7750e58158dcde0bf20a8af18b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 23 Nov 2021 13:21:37 +0100 Subject: [PATCH] kata-deploy: Don't mention arch specific binaries in the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although the binary name of the shipped binary is `qemu-system-x86_64`, and we only ship kata-deploy for `x86_64`, we better leaving the architecture specific name out of our README file. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kata-deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/README.md b/tools/packaging/kata-deploy/README.md index 9f54f0a728..cf4286e8b0 100644 --- a/tools/packaging/kata-deploy/README.md +++ b/tools/packaging/kata-deploy/README.md @@ -165,7 +165,7 @@ This image contains all the necessary artifacts for running Kata Containers, all from the [Kata Containers release page](https://github.com/kata-containers/kata-containers/releases). Host artifacts: -* `cloud-hypervisor`, `firecracker`, `qemu-system-x86_64`, and supporting binaries +* `cloud-hypervisor`, `firecracker`, `qemu`, and supporting binaries * `containerd-shim-kata-v2` * `kata-collect-data.sh` * `kata-runtime`