docs: Update documentation to not use bzImage

This functionality is deprecated.

See: #2231

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-04-06 10:49:40 +01:00
committed by Sebastien Boeuf
parent 9dbea4fe9c
commit 5c7164e55f
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ First thing, we must run a Cloud-Hypervisor VM:
--api-socket /tmp/cloud-hypervisor.sock \
--cpus boot=4 \
--memory size=4G \
--kernel bzImage \
--kernel vmlinux \
--cmdline "root=/dev/vda1 console=hvc0 rw" \
--disk path=focal-server-cloudimg-amd64.raw
```