-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New master merge #986
Merged
flexiondotorg
merged 46 commits into
quickemu-project:master
from
oSoWoSo:new-master-merge
Apr 11, 2024
Merged
New master merge #986
flexiondotorg
merged 46 commits into
quickemu-project:master
from
oSoWoSo:new-master-merge
Apr 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 0e4fc7e.
* 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 quickemu-project#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
* 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
Co-authored-by: Phil Clifford <[email protected]>
Good work 👍 |
I am not done yet... 🤣 |
Nothing crucial, just a small English fix_ "this arguments" -> "these arguments"
zen0bit
force-pushed
the
new-master-merge
branch
from
April 10, 2024 19:17
adeb061
to
fa14691
Compare
lj3954
requested changes
Apr 10, 2024
zen0bit
force-pushed
the
new-master-merge
branch
from
April 11, 2024 15:08
fa14691
to
829d1c4
Compare
This adds disk_format=${disk_format:-qcow2} variable that defaults to qcow2 format, so the vm.conf files can use $disk_format to specify the format of the $disk_img when this is different from the default qcow2.
this increases the default disk size from 16 to 32, fixing issues quickemu-project#738 and quickemu-project#944
This reverts commit 48313a9.
A recent macOS Sonoma update included a change to the handling of USB controllers that made the virtual keyboard and mouse inoperative. Changing the USB controller from ehci to xhci fixes it. This change also works for Big Sur and later, so the USB controller is set to xhci for Big Sur through Sonoma.
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.
This was referenced Apr 11, 2024
Closed
Closed
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should have almost all other PRs included with exceptions:
Not yet ready PRs and my test PRs with linting, actions etc.
#848 - No matter what I tried, don't work for me
#947 - Instead rised VM sizes for kali and gentoo only..
Merging this should close:
Close #738 #944 #971 #973 #974 #982 Issues
Close #748 #847 #870 #886 #887 #890 #901 #902 #906 #911 #913 #923 #932 #940 #948 #949 #950 #972 #981 included PRs
Close #895 #952 - Documentation - Rebuild after PLS
PS: Am I missed something?
PPS: Will look more into issues...