Skip to content

Commit

Permalink
docs: windows automation return changes reflected and documentation r…
Browse files Browse the repository at this point in the history
…egenerated
  • Loading branch information
philclifford authored and flexiondotorg committed Jun 21, 2023
1 parent 513a1b1 commit c7e91a0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ Now reboot, and the App Store should work.
`quickget` can download
[Windows10](https://www.microsoft.com/software-download/windows10) and
[Windows 11](https://www.microsoft.com/software-download/windows11)
automatically and create an optimised virtual machine configuration.
automatically and create an optimised virtual machine configuration.
This configuration also includes the [VirtIO drivers for
Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).

Expand Down
2 changes: 1 addition & 1 deletion build-docs
9 changes: 4 additions & 5 deletions docs/quickemu.1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Windows\f[R].
.IP \[bu] 2
\f[B]macOS\f[R] Monterey, Big Sur, Catalina, Mojave & High Sierra
.IP \[bu] 2
\f[B]Windows\f[R] 8.1, 10 and 11 including TPM 2.0
\f[B]Windows\f[R] 10 and 11 including TPM 2.0
.IP \[bu] 2
Ubuntu (https://ubuntu.com/desktop) and all the \f[B]official Ubuntu
flavours (https://ubuntu.com/download/flavours)\f[R]
Expand Down Expand Up @@ -697,18 +697,17 @@ sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
Now reboot, and the App Store should work.
.SS Windows 10 & 11 Guests
.PP
\f[V]quickget\f[R] can not download
\f[V]quickget\f[R] can download
Windows10 (https://www.microsoft.com/software-download/windows10) and
Windows 11 (https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
automatically and create an optimised virtual machine configuration.
This configuration also includes the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
.IP
.nf
\f[C]
quickget windows 11
quickemu --vm windows-11.conf
quickemu --vm windows-11-22H2.conf
\f[R]
.fi
.IP \[bu] 2
Expand Down
9 changes: 4 additions & 5 deletions docs/quickemu.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Windows**.
## Features

- **macOS** Monterey, Big Sur, Catalina, Mojave & High Sierra
- **Windows** 8.1, 10 and 11 including TPM 2.0
- **Windows** 10 and 11 including TPM 2.0
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
flavours](https://ubuntu.com/download/flavours)**
- **Over 360 operating system editions are supported!**
Expand Down Expand Up @@ -492,17 +492,16 @@ Now reboot, and the App Store should work.

## Windows 10 & 11 Guests

`quickget` can not download
`quickget` can download
[Windows10](https://www.microsoft.com/software-download/windows10) and
[Windows 11](https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
automatically and create an optimised virtual machine configuration.
This configuration also includes the [VirtIO drivers for
Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).

``` bash
quickget windows 11
quickemu --vm windows-11.conf
quickemu --vm windows-11-22H2.conf
```

- Complete the installation as you normally would.
Expand Down
7 changes: 3 additions & 4 deletions docs/quickget.1
Original file line number Diff line number Diff line change
Expand Up @@ -480,18 +480,17 @@ sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
Now reboot, and the App Store should work.
.SS Windows 10 & 11 Guests
.PP
\f[V]quickget\f[R] can not download
\f[V]quickget\f[R] can download
Windows10 (https://www.microsoft.com/software-download/windows10) and
Windows 11 (https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
automatically and create an optimised virtual machine configuration.
This configuration also includes the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
.IP
.nf
\f[C]
quickget windows 11
quickemu --vm windows-11.conf
quickemu --vm windows-11-22H2.conf
\f[R]
.fi
.IP \[bu] 2
Expand Down
7 changes: 3 additions & 4 deletions docs/quickget.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,17 +324,16 @@ Now reboot, and the App Store should work.

## Windows 10 & 11 Guests

`quickget` can not download
`quickget` can download
[Windows10](https://www.microsoft.com/software-download/windows10) and
[Windows 11](https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
automatically and create an optimised virtual machine configuration.
This configuration also includes the [VirtIO drivers for
Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).

``` bash
quickget windows 11
quickemu --vm windows-11.conf
quickemu --vm windows-11-22H2.conf
```

- Complete the installation as you normally would.
Expand Down

0 comments on commit c7e91a0

Please sign in to comment.