From 2250360b5623710c9b50cf894f4335ca1df685c7 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 30 Aug 2021 16:55:09 +0800 Subject: [PATCH] docs: remove mentioning of qemu-lite vm-templating should just work with upstream qemu v4.1.0 or above. Signed-off-by: Peng Tao --- docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md b/docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md index b031d09e8..ba5d8ed33 100644 --- a/docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md +++ b/docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md @@ -47,7 +47,7 @@ and can be classified as potentially misunderstood behaviors rather than vulnera VM templating can be enabled by changing your Kata Containers config file (`/usr/share/defaults/kata-containers/configuration.toml`, overridden by `/etc/kata-containers/configuration.toml` if provided) such that: - - `qemu-lite` is specified in `hypervisor.qemu`->`path` section + - `qemu` version `v4.1.0` or above is specified in `hypervisor.qemu`->`path` section - `enable_template = true` - `initrd =` is set - `image =` option is commented out or removed