Skip to content

Commit 2fa70d2

Browse files
committed
content: Fix VM start command
Previous command used to start VM is missing image as its parameter, add default image name as its parameter. Signed-off-by: Ruoqing He <[email protected]>
1 parent 3d62469 commit 2fa70d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/virtualization/cloud-hypervisor/heterogeneous-runner.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ to be the development environment because its kernel version does not support
124124
AIA. With this script in place, you can start VM with command:
125125

126126
```sh
127-
bash start-riscv64.sh
127+
bash start-riscv64.sh ubuntu-24.04.1-preinstalled-server-riscv64.img
128128
```
129129

130130
### Guest

0 commit comments

Comments
 (0)