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