README.md: Fix path to executable

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-10-19 12:59:37 +01:00
parent d4f40487e3
commit 073374e2b0

View File

@ -146,7 +146,7 @@ is only necessary to add this disk image on the first boot.
```shell
$ sudo setcap cap_net_admin+ep ./cloud-hypervisor
$ ./create-cloud-init.sh
$ .cloud-hypervisor \
$ ./cloud-hypervisor \
--kernel ./hypervisor-fw \
--disk path=focal-server-cloudimg-amd64.raw path=/tmp/ubuntu-cloudinit.img
--cpus boot=4 \
@ -159,7 +159,7 @@ GRUB) is required then it necessary to switch to the serial console instead of
`virtio-console`.
```shell
$ .cloud-hypervisor \
$ ./cloud-hypervisor \
--kernel ./hypervisor-fw \
--disk path=focal-server-cloudimg-amd64.raw path=/tmp/ubuntu-cloudinit.img
--cpus boot=4 \