Update headless operation docs
This commit is contained in:
parent
205023fd50
commit
fa0cc05917
17
README.md
17
README.md
@ -344,6 +344,23 @@ in Debian/Ubuntu.
|
|||||||
quickemu --vm ubuntu-focal.conf --display spice
|
quickemu --vm ubuntu-focal.conf --display spice
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Headless
|
||||||
|
|
||||||
|
To start a VM with SPICE enabled, but no display attached use `--display none`.
|
||||||
|
This requires that the `spicy` client is installed, available from the
|
||||||
|
`spice-client-gtk` package in Debian/Ubuntu to connect to the running VM
|
||||||
|
|
||||||
|
```bash
|
||||||
|
quickemu --vm ubuntu-focal.conf --display none
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also use the `.ports` file in the VM directory to lookup what SSH and
|
||||||
|
SPICE ports the VM is connected to.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cat ubuntu-focal/ubuntu-focal.ports
|
||||||
|
```
|
||||||
|
|
||||||
# BIOS and EFI
|
# BIOS and EFI
|
||||||
|
|
||||||
Since Quickemu 2.1.0 `efi` is the default boot option. If you want to override
|
Since Quickemu 2.1.0 `efi` is the default boot option. If you want to override
|
||||||
|
Loading…
Reference in New Issue
Block a user