We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
devshell-console
1 parent 3ff6d17 commit 21a9ff0Copy full SHA for 21a9ff0
docs/cosa/run.md
@@ -26,8 +26,8 @@ the config path.
26
## Using the serial console
27
28
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:
+full Ignition run or interrupt the GRUB menu for testing. Use `-c` /
+`--devshell-console` to use the serial console instead:
31
32
```
33
$ cosa run -c
@@ -43,7 +43,7 @@ Booting from Hard Disk...
43
...
44
45
46
-To exit from the VM, use `Ctrl-A X`.
+To exit from the VM (i.e. the QEMU console), use `Ctrl-a x` (`a` and `x` are lowercase).
47
48
## Running the ISO
49
0 commit comments