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

View File

@@ -32,7 +32,7 @@ memory, the second one being 32MiB with no pre-allocated memory.
--cpus boot=1 \
--memory size=1G \
--disk path=focal-server-cloudimg-amd64.raw \
--kernel bzImage \
--kernel vmlinux \
--cmdline "console=ttyS0 console=hvc0 root=/dev/vda1 rw" \
--sgx-epc size=64M,prefault=on size=32M,prefault=off
```