mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Remove duplication of other guests from README.md
This commit is contained in:
parent
21344246b8
commit
b9ca7a39f8
1 changed files with 0 additions and 39 deletions
39
README.md
39
README.md
|
@ -396,45 +396,6 @@ tpm="on"
|
||||||
- `tpm="on"` instructs `quickemu` to create a software emulated TPM
|
- `tpm="on"` instructs `quickemu` to create a software emulated TPM
|
||||||
device using `swtpm`.
|
device using `swtpm`.
|
||||||
|
|
||||||
BSD Guests
|
|
||||||
----------
|
|
||||||
|
|
||||||
`quickemu` supports FreeBSD and OpenBSD.
|
|
||||||
|
|
||||||
``` {.bash}
|
|
||||||
quickget freebsd 13_0
|
|
||||||
quickemu --vm freebsd-13_0.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
Other Guests
|
|
||||||
------------
|
|
||||||
|
|
||||||
- `android` (Android x86)
|
|
||||||
|
|
||||||
Haiku Guests
|
|
||||||
------------
|
|
||||||
|
|
||||||
`quickemu` supports [Haiku](https://www.haiku-os.org/).
|
|
||||||
|
|
||||||
``` {.bash}
|
|
||||||
quickget quickget haiku r1beta3-x86_64
|
|
||||||
quickemu --vm haiku-r1beta3-x86_64.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
At the moment the only way to share files between host and a Haiku guest
|
|
||||||
is by using SSH (having a SSH server running on the host):
|
|
||||||
|
|
||||||
On guest:
|
|
||||||
|
|
||||||
``` {.bash}
|
|
||||||
scp example.txt user@host-local-ip:/home/user # sending a file from guest to host
|
|
||||||
scp user@host-local-ip:/home/user/example.txt . # receiving a file from host to guest
|
|
||||||
```
|
|
||||||
|
|
||||||
`quickget` cannot automatically download and create virtual machines for
|
|
||||||
Haiku nightly versions, but they work if the ISO and configuration are
|
|
||||||
set up manually.
|
|
||||||
|
|
||||||
SPICE
|
SPICE
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue