mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
README.md: Fix path to executable
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
d4f40487e3
commit
073374e2b0
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user