Commit Graph

259 Commits

Author SHA1 Message Date
Martin Wimpress 0c95ac28b7 docs: add quickstart 2024-05-02 19:32:19 +01:00
Martin Wimpress 6b7c071958 docs: update the README to reference the wiki for documentation 2024-05-02 19:32:19 +01:00
Martin Wimpress f5203bec11 chore: remove wget
See the following for more information:
- https://github.com/quickemu-project/quickemu/pull/1087
- https://github.com/quickemu-project/quickemu/pull/1133
2024-05-02 17:08:51 +01:00
Phil Clifford befe1b8645 Regenerated docs 2024-04-30 12:26:33 +01:00
Phil Clifford 2f9c60dc6a chore: Regenerated docs to reflect these fixes
NB This also includes documentation changes linking to the wiki that identified these possible issues
2024-04-23 08:02:31 +01:00
Phil Clifford d2081b53ac chore: regenerated docs for small change in available OSes 2024-04-21 14:36:43 +01:00
Phil Clifford f5c805c25c docs: Incorporate changes from PR 1063
Man pages aligned. Also picked up arrival of HoloIso
2024-04-19 13:54:43 +01:00
Martin Wimpress 6e4d7850fb style: white space clean up in docs 2024-04-17 03:54:38 +01:00
Martin Wimpress c2778e1b27 docs: add curl to the requirements 2024-04-17 03:54:38 +01:00
Phil Clifford 93e0125880 fix: recovered macos instructions for TRIM 2024-04-17 03:53:43 +01:00
Phil Clifford d7e41bc704 docs: regenerated after merges
PureOS and TuxedoOS additions
2024-04-16 23:50:56 +01:00
Martin Wimpress 652d91d33a fix: update URLs referencing the project #945 2024-04-16 14:42:38 +01:00
Phil Clifford bea27b1ffa Further markdown linting and standartisation of fencing 2024-04-15 09:09:57 +01:00
Phil Clifford d1c4fa9de5 Readme and man pages regenerated reflecting updates
Co-authored-by: frafra frafra@users.noreply.github.com
2024-04-15 09:09:57 +01:00
Martin Wimpress 8aa7ccc796 docs: emphasise macOS host support is WIP 2024-04-15 09:09:57 +01:00
Martin Wimpress 465623b904 docs: improve installation documentation for Debian and derivatives #863 #583 2024-04-15 09:09:57 +01:00
Martin Wimpress 24bcdfdb9a docs: correct example documentation for ubuntu daily-live. close #943 2024-04-15 09:09:57 +01:00
Phil Clifford 33b8133a33 Readme and man pages regenerated reflecting updates 2024-04-15 09:09:57 +01:00
Martin Wimpress f2087c376b chore: white space clean up 2024-04-11 23:48:44 +01:00
Martin Wimpress 56e1c22e50 docs: emphasise macOS host support is WIP 2024-04-11 23:48:44 +01:00
Martin Wimpress f03061d8a7 docs: improve installation documentation for Debian and derivatives #863 #583 2024-04-11 23:48:44 +01:00
Martin Wimpress 6a60919293 docs: remove old YouTube video 2024-04-11 23:48:44 +01:00
Martin Wimpress e9299fc8b3 docs: correct example documentation for ubuntu daily-live. close #943 2024-04-11 23:48:44 +01:00
zenobit 51f17bb5ef docs: add more nixos info (#171)
author: egasimus <adam@hack.bg>
2024-04-11 22:08:12 +01:00
David S. Brown 68e23b41a7 Update README.md
The instructions for git clone is missing one step: sudo make install. This required me to examine the makefile targets and figure it out for myself. Not so bad for me, but others may be confused about what to do.
2024-04-11 22:08:12 +01:00
Francesco Frassinelli 7ff84160ec Add socat to Fedora dependencies 2024-04-11 22:08:12 +01:00
bubbow b12ac6c2a4 Correct aur install command 2024-04-11 22:08:12 +01:00
Liam 3e22c2b3de Add support for windows languages & windows server
* Add windows languages, many bugfixes
Entering a release, edition, or OS with only part of a valid one will now throw an error, rather than attempting to download
	i.e. $quickget windows 1 > "ERROR! Windows 1 is not a supported release", rather than attempting to download a nonexistent ISO

* Replace "languages" with "editions" to improve consistency

* Remove unnecessary code, hardcode windows editions to not waste time

* Add windows server, LTSC

* Windows server requires IDE drive

* Update Windows Guests section in README.md

* Improve support for windows server

Add back the language array, change stylization of languages in list
2024-04-11 22:08:12 +01:00
Liam df57ed1a68 Implement download_iso for Windows & macOS 2024-04-11 22:08:12 +01:00
Liam 8ab2590e5b inbuilt macOS downloading
* Fix quickget show-iso-url and test-iso-url creating unnecessary directory

* Beautify output, add show-iso-url and test-iso-url for Windows (fully) and macOS (sorta)

* (NON-FUNCTIONAL) macrecovery shell script.

* Semi-functional (although incomplete) macrecovery shell script
Rough draft. To be completed, cleaned up and simplified (very much so)
hoping to merge into quickemu & replace the python macrecovery dependency.

* macrecovery shell script now successfully downloads the image. TODO: Verification

* Merged macrecovery functions into quickget. Chunkcheck (C) to replace macrecovery's image verification
Chunkcheck written by MCJack123: https://gist.github.com/MCJack123/943eaca762730ca4b7ae460b731b68e7

* Replace C chunkcheck binary with the Python equivalent. Re-add python to dependencies.

* force macOS guests to usually boot with core counts which are powers of 2; fix #865

* Add support for macOS Sonoma

* Fix issue where script would be unable to find chunkcheck if installed system-wide

* Update README verbiage

* Add headers to web_get function; macOS can now be downloaded via aria2; clean up code & output

* Add support for macOS Sonoma

* Fix use of wrong operator (>) which touches a file

* Small correction to README

* macOS switched from wget to default downloader (aria2/wget)

* Replace wget with cURL for downloading macOS chunklist file

* Fix variable naming in generate_id function
2024-04-11 22:08:12 +01:00
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