Commit Graph

229 Commits

Author SHA1 Message Date
Phil Clifford 962ef63ad3 chore: docs regenerated
NB includes small typo correction and also workaround
because list-csv has stopped outputting Ubuntu Server records for some reason
2023-12-10 22:55:28 +00:00
Alex Genovese a34221e63e add qqX to the main quickemu readme (hopefully) 2023-11-25 16:11:46 +00:00
Phil Clifford b05dd50aea added new quickget features to README and man page 2023-11-12 17:21:34 +00:00
Phil Clifford acca8cc224 chore: regenerated docs
includes revised Windows changes and aligned usage() output
2023-11-12 17:21:34 +00:00
Martin Wimpress e0fce7b1df feat: restore automated Windows .iso downloads from Microsoft servers
This implementation is based on Mido:

- https://github.com/ElliotKillick/Mido

More useful failure messages are presented and if the download is blocked clear steps to manually complete the setup are presented. Windows 8 is re-instated as a supported release, although without install automation or driver optimisation.
2023-11-10 13:55:56 +00:00
colino17 5bff2110b3 Update README.md 2023-11-10 10:39:00 +00:00
Phil Clifford 055af8d741 chore: docs regenerated with edubuntu 2023-11-10 10:30:42 +00:00
Phil Clifford 6706192132 chore: regenerated docs for recent PR merges 2023-10-20 19:23:56 +01:00
Phil Clifford 5ac9a5706d docs: regenerated after PR merges
bodhi and linuxlite added, also Arch install instructions included
2023-10-19 08:53:09 +01:00
kshitijaucharmal 9f9b6183e2 Added install instructions for arch 2023-10-18 10:36:49 +01:00
Phil Clifford 218e87990f Docs: regenerated for recent PR merges 2023-10-18 10:35:42 +01:00
Alejandro 941b325269 Adjusted check values 2023-10-16 11:35:00 +01:00
Phil Clifford 4226c5ac27 docs: Add Ventura to supported MacOS releases 2023-10-16 10:47:09 +01:00
Phil Clifford c7e91a0ea0 docs: windows automation return changes reflected and documentation regenerated 2023-06-21 08:57:16 +01:00
Martin Wimpress 8bf84986b9
Merge remote-tracking branch 'origin/master' 2023-06-14 12:30:57 +01:00
Martin Wimpress 008478d85e
feat: add automatic Windows 10 and 11 iso downloads. Close #563 2023-06-14 12:30:45 +01:00
Phil Clifford 51a6502a79 docs: additional note explaining --screenpct
Co-authored-by: dabrown645 dabrown645@users.noreply.github.com
2023-06-14 11:55:12 +01:00
Phil Clifford 4221302936 docs: regenerated to auto-update 2023-06-14 11:31:06 +01:00
Phil Clifford 11dff38fa6 updated with upstream merges 2023-06-14 09:41:39 +01:00
Dom 8ee0d3a207 Correct disk to format in Big Sur and up
On Big Sur and up apple includes the VirtIO driver and therefore the install disk is named
Apple Inc. VirtIO Block Device instead of  QEMU HARDDISK Media.
This PR lets the documentation reflect that.
2023-04-30 11:53:04 +01:00
Phil Clifford 9d3e7dd4d5 remove cog stutter
one day I'll find the magic or remember to do this while chasing the stream
2023-04-30 11:48:18 +01:00
Phil Clifford 7a87d5ac7e updated for new release 2023-04-26 11:58:09 +01:00
Phil Clifford aba13b77d4 Added BlendOS by regenerating docs 2023-04-26 11:26:08 +01:00
Phil Clifford 564a252585 Correction of debian dependencies
Taken from :
eagavi/quickemu@88682d2

Co-authored-by: eagavi <eagavi@users.noreply.github.com>
2023-04-26 11:24:47 +01:00
Phil Clifford c69fa6b430 Win notes added to man pages 2023-02-04 00:28:51 +00:00
Martin Wimpress 61b73b6377
Update README 2023-02-04 00:16:01 +00:00
Phil Clifford 206c93d8e5 Aligned config file options with current list 2023-02-03 22:47:18 +00:00
Phil Clifford 9f1c3af122 chore: regenerated docs for release 2023-02-03 22:47:18 +00:00
Dani Llewellyn 28b549c886
Revert "README.md: drop mention of VirtIO Block Media in macOS docs"
This reverts commit 6f3bc41750.
2022-12-11 20:40:10 +00:00
interorbital 41b1e11cfe
Adding ubuntu unity (#584)
* ubuntu unity

* hiding previous releases from echo output

* displaying ubuntu-unity releases more effectively

* added ubuntu-unity to README

* switch from if-not to else

* remove redundant whitespace

* added fedora 37

* removed fedora 37

* removed LTS_SUPPORT definitions
2022-11-20 19:00:27 +00:00
Phil Clifford 1fb683dd48 Regenerated docs for 4.4 Release
README and man pages regenerated incorporating documentation updates from Release 4.4
2022-10-26 10:17:15 +01:00
Dani Llewellyn a437bc8a99 README.md: Add instructions for enabling macOS TRIM support
macOS refuses to enable TRIM on any disk models that are not in Apple's verified approval list. However, there is a command that you can run via `sudo` to forcibly tell macOS to enable TRIM even though the disk model is unsupported by Apple.

Here we add the instructions to `README.md` for forcibly enabling TRIM support.
2022-10-21 08:44:23 +01:00
Dani Llewellyn dba3bb61c6 README.md: Update macOS install steps with correct hard disk naming
In a previous commit we dropped usage of VirtIO Block Media from backing the hard disk device in macOS guests. The instructions therefore are updated here to drop the split between macOS versions that we had previously enabled VirtIO Block Media disks and those we didn't. This simplifies the instructions to a single hard disk name for all supported macOS version installations.
2022-10-21 08:44:23 +01:00
Dani Llewellyn 6f3bc41750 README.md: drop mention of VirtIO Block Media in macOS docs
The previous commit removes our usage of VirtIO Block Media as a backing for the macOS hard disk. We therefore need to drop our descriptions of this functionality now we're not using it any more.
2022-10-21 08:44:23 +01:00
Phil Clifford 3b893afbe7 Add later and missed documentation updates in 4.2 to builder
Include change from PR 548
 - replace shallow with unblobby clone
Catch up with macOS note from merged PR 559
 - note on macOS filesystems

Co-authored-by: giladwo <giladwo@users.noreply.github.com>
Co-authored-by:  tinsami1 <tinsami1@users.noreply.github.com>
2022-09-22 09:10:11 +01:00
Michael Tinsay ed7bffda8d Additional note on filesystem to use 2022-09-20 11:37:23 +01:00
Phil Clifford 5a711439da updated docs for release 4.2 2022-09-20 11:36:46 +01:00
giladwo bf3fb16921 Replace shallow clone with partial clone
As recommended in https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/#user-content-quick-summary.
2022-09-20 11:36:11 +01:00
Martin Wimpress 31d3c1ac01
Merge remote-tracking branch 'origin/master' 2022-09-19 10:45:49 +01:00
Martin Wimpress 0ef66eb0e7
Add socat to requirements. Close #556 2022-09-19 10:43:14 +01:00
Phil Clifford 0185369632 Removed spurious duplication from documentation
Co-authored-by: mk3z <mk3z@users.noreply.github.com>
2022-09-07 10:02:18 +01:00
Phil Clifford cc62b5ac78 Incorporate additional changes into generation 2022-08-20 00:07:19 +01:00
Martin Wimpress 2e15b1219f
Allow persist MAC addresses for bridged interfaces. Fixes #287 2022-08-19 21:15:36 +01:00
Phil Clifford 8bb24f69c0 Updated for commits direct to README 2022-08-19 20:56:03 +01:00
Phil Clifford d669c4ca2a parent ef4ca6b676
author Phil Clifford <philip.clifford@gmail.com> 1645494694 +0000
committer Phil Clifford <philip.clifford@gmail.com> 1645926095 +0000

rebasing upstream while trying to keep up
2022-08-19 20:56:03 +01:00
Martin Wimpress ae57996d54
Configure network via VM configuration file. Fixes #478 #418 2022-08-19 18:47:38 +01:00
Robin Edser c1c9aacaa8 Small README Typo in first example
Very subtle but important typo.
2022-08-19 18:02:12 +01:00
Martin Wimpress 02e0a9e55a
Document how to enable audio in macOS guests. Close #337 2022-08-19 17:17:58 +01:00
Martin Wimpress 94ee99a48e
Add notes to work around MacOS App Store logins #474
This work around may work in some situations.
2022-08-18 10:48:16 +01:00
Phil Clifford 7e0c00bfe7 Last change hopefully 2022-08-01 11:17:14 +01:00