Skip to content

Commit 21a9ff0

Browse files
travierdustymabe
authored andcommitted
docs/cosa/run: Mention devshell-console and QEMU
- Mention the long option name for `cosa run -c` - Ctrl-a x only works with lower case letter - Mention that this is a QEMU command
1 parent 3ff6d17 commit 21a9ff0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cosa/run.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ the config path.
2626
## Using the serial console
2727

2828
By default, an SSH connection is established. It's sometimes useful to see the
29-
full Ignition run or interrupt the GRUB menu for testing. Use `-c` to use the
30-
serial console instead:
29+
full Ignition run or interrupt the GRUB menu for testing. Use `-c` /
30+
`--devshell-console` to use the serial console instead:
3131

3232
```
3333
$ cosa run -c
@@ -43,7 +43,7 @@ Booting from Hard Disk...
4343
...
4444
```
4545

46-
To exit from the VM, use `Ctrl-A X`.
46+
To exit from the VM (i.e. the QEMU console), use `Ctrl-a x` (`a` and `x` are lowercase).
4747

4848
## Running the ISO
4949

0 commit comments

Comments
 (0)