mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update headless operation docs
This commit is contained in:
parent
205023fd50
commit
fa0cc05917
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -344,6 +344,23 @@ in Debian/Ubuntu.
|
|||
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
|
||||
|
||||
Since Quickemu 2.1.0 `efi` is the default boot option. If you want to override
|
||||
|
|
Loading…
Reference in a new issue