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
8d3cf4c1a7
commit
61b73b6377
1 changed files with 7 additions and 18 deletions
25
README.md
25
README.md
|
@ -452,13 +452,12 @@ Now reboot, and the App Store should work.
|
||||||
|
|
||||||
## Windows 8.1, 10 & 11 Guests
|
## Windows 8.1, 10 & 11 Guests
|
||||||
|
|
||||||
`quickget` can automatically download Windows 8.1, [Windows
|
`quickget` can not download
|
||||||
10](https://www.microsoft.com/en-gb/software-download/windows10ISO) and
|
[Windows10](https://www.microsoft.com/software-download/windows10) and
|
||||||
[Windows
|
[Windows 11](https://www.microsoft.com/software-download/windows11) automatically,
|
||||||
11](https://www.microsoft.com/en-gb/software-download/windows11) along
|
but does automatically create an optimised virtual machine configuration that
|
||||||
with the [VirtIO drivers for
|
you can just add an Windows .iso image to. This configuration also includes the
|
||||||
Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/)
|
[VirtIO drivers for Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
|
||||||
and creates a virtual machine configuration.
|
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
quickget windows 11
|
quickget windows 11
|
||||||
|
@ -472,22 +471,12 @@ quickemu --vm windows-11.conf
|
||||||
- Username: `Quickemu`
|
- Username: `Quickemu`
|
||||||
- Password: `quickemu`
|
- Password: `quickemu`
|
||||||
|
|
||||||
### Regional versions
|
|
||||||
|
|
||||||
By default `quickget` will download the *"English International"*
|
|
||||||
release, but you can optionally specify one of the supported languages:
|
|
||||||
For example:
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
quickget windows 11 "Chinese (Traditional)"
|
|
||||||
```
|
|
||||||
|
|
||||||
The default Windows 11 configuration looks like this:
|
The default Windows 11 configuration looks like this:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
guest_os="windows"
|
guest_os="windows"
|
||||||
disk_img="windows-11/disk.qcow2"
|
disk_img="windows-11/disk.qcow2"
|
||||||
iso="windows-11/Win11_EnglishInternational_x64.iso"
|
iso="windows-11/windows-11.iso"
|
||||||
fixed_iso="windows-11/virtio-win.iso"
|
fixed_iso="windows-11/virtio-win.iso"
|
||||||
tpm="on"
|
tpm="on"
|
||||||
secureboot="on"
|
secureboot="on"
|
||||||
|
|
Loading…
Reference in a new issue