mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update README
This commit is contained in:
parent
90669add62
commit
f70026e886
1 changed files with 3 additions and 3 deletions
|
@ -246,9 +246,9 @@ fixed_iso="windows-11/virtio-win.iso"
|
|||
tpm="on"
|
||||
```
|
||||
|
||||
* The `guest_os="windows"` line instructs `quickemu` to optimise for Windows.
|
||||
* The `fixed_iso=` line specifies the ISO image that provides VirtIO drivers.
|
||||
* The `tpm="on"` line instucts `quickemu` to create a software emulated TPM device using `swtpm`.
|
||||
* `guest_os="windows"` instructs `quickemu` to optimise for Windows.
|
||||
* `fixed_iso=` specifies the ISO image that provides VirtIO drivers.
|
||||
* `tpm="on"` instructs `quickemu` to create a software emulated TPM device using `swtpm`.
|
||||
|
||||
# SPICE
|
||||
|
||||
|
|
Loading…
Reference in a new issue