Commit Graph

730 Commits

Author SHA1 Message Date
Vladislav Nepogodin
b46c8e4f54
use url from mirror 2021-11-24 00:17:37 +04:00
Vladislav Nepogodin
c0ea6963ac
sort the changes 2021-11-23 00:32:38 +04:00
Vladislav Nepogodin
f8fe496df2
Add CachyOS support 2021-11-21 23:54:34 +04:00
Lukewh
4080bf8048 png != svg. Causes 404 for image urls 2021-11-18 21:36:58 +00:00
cowboygeneral
9779af371c Add version 8.5 to Rocky Linux
New version posted by Rocky Linux on November 15, 2021
2021-11-17 18:16:39 +00:00
Lukewh
468cf309bc Update icon urls from lukewh -> quickemu-project 2021-11-17 18:15:59 +00:00
Phil
5e4cd1c397 Go back one Win11 version 2021-11-17 18:10:42 +00:00
Leonardo Brondani Schenkel
566faa97d8 Fix case statement
The correct separator is "|" and not ",".
2021-11-15 12:33:32 +00:00
Martin Wimpress
084b632eae
Disable S3 when booting Windows with SecureBoot #162
Disabling S3 is required while booting Windows with SecureBoot enable. Disabling S3 is not the cause of #162
2021-11-15 10:41:08 +00:00
Martin Wimpress
951c8a6379 Add .png and .svg icons to the CSV and JSON lists. Close #183
https://github.com/Lukewh/quickemu-icons
2021-11-13 21:13:59 +00:00
Martin Wimpress
f8e7f10ffd
Consistent formatting of GUEST_TWEAKS 2021-11-13 19:07:50 +00:00
Martin Wimpress
20e5b02e43
Disable S3 when SecureBooting Windows on Arch Linux. Close #220 2021-11-13 19:07:30 +00:00
Martin Wimpress
1036cd7ec9
Tune all display devices to have 64MB VRAM. Close #211
64MB VRAM is sufficient to run 3840 x 2160 with page flipping., even though qemu support a max of 2560x1600. No need to tune this since 64MB is relatively small in the great scheme of things.

References:
  - https://www.ovirt.org/develop/internal/video-ram.html
  - https://stafwag.github.io/blog/blog/2018/04/22/high-screen-resolution-on-a-kvm-virtual-machine-with-qxl/
  -
2021-11-13 18:52:10 +00:00
Martin Wimpress
95748059b9
Update comments about macOS VirtIO support 2021-11-13 18:18:24 +00:00
Zach Bacon
6d7b87254c This adds OMVF support in solus
however secureboot in OMVF isn't enabled in solus.
2021-11-13 18:17:21 +00:00
Martin Wimpress
e53021d029
When SPICE is requested, also use SPICE for audio. Close #209 2021-11-13 16:30:56 +00:00
Martin Wimpress
16f379e044
Bump version to 2.3.2 2021-11-13 15:57:50 +00:00
Martin Wimpress
5c490be79a
Correct comment indentation 2021-11-13 15:56:58 +00:00
Martin Wimpress
743b051526
Make shellcheck happy 2021-11-13 15:56:36 +00:00
Martin Wimpress
1423b272c3
Merge remote-tracking branch 'origin/master' 2021-11-13 15:54:36 +00:00
Martin Wimpress
72704684dd
Replace incorrect references to AuthenticIntel with GenuineIntel #223 2021-11-13 15:53:18 +00:00
Martin Wimpress
e5053ec566
Add USB pass-through and WebDAV via SPICE for macOS. Close #223 Close #196 2021-11-13 15:51:58 +00:00
Martin Wimpress
cff40f8db0
Allocate VRAM for all display devices #211 2021-11-13 15:31:40 +00:00
Martin Wimpress
9197e0c981
Fix seamless mouse via SPICE for macOS by only using VGA. Close #222 2021-11-13 15:30:36 +00:00
navycat
ff0559f0cf Removed overhead virtio-serial-pci 2021-11-13 14:08:03 +00:00
Phil Clifford
31b485db44
Android option working (#221)
* Correct generation of android config

Missing android sections replaced.
Fixes #219#

* whitespace
2021-11-13 10:51:16 +00:00
Phil Clifford
f19b84afeb
Fix 212 Fallback to wget if zsync not available (#214)
* first shot at falling back to wget

* add fallback to list function

* whitespace

* Better message and shellcheck pacification
2021-11-13 10:50:49 +00:00
Martin Wimpress
d3506d1c4a
Remove disabling S3 (Suspend to RAM). Close #162 2021-11-08 15:11:25 +00:00
Martin Wimpress
78e07bad89
White space cleanup 2021-11-08 00:51:02 +00:00
Martin Wimpress
3848bbf597
Add closing fi to fix syntax error 2021-11-08 00:50:38 +00:00
Phil Clifford
854226bd50
Garuda support added (#197)
* Support for Garuda

* remove debugging

* more debug removal

* damn intellisense typo de-autocorrected

* whitespace

* more fun finding patterns that work

* enabled zsync for Garuda (#5)
2021-11-08 00:32:57 +00:00
Phil Clifford
b44d6228ce
Added support for Regolith Linux (#190)
* Added support for Regolith Linux

* merge conflicts resolved

* small tidy of dross and whitespace
2021-11-08 00:10:02 +00:00
Martin Wimpress
55b3b1a2dd
White space clean up 2021-11-08 00:03:50 +00:00
Martin Wimpress
c893638b16
Solus pretty name is accounted for in the catch all 2021-11-08 00:03:30 +00:00
Martin Wimpress
b9fa4f365d
KDENeon is available via zsync only 2021-11-08 00:03:08 +00:00
Martin Wimpress
b38e220f6c
Do not prevent macOS running when AVX2 is absent. Close #201 2021-11-07 23:51:50 +00:00
Phil Clifford
d434235afd
Support for Solus added (#208)
* Support for Solus added

* of course we have to get the hash name
2021-11-07 23:41:39 +00:00
Philipp Kiemle
9903bec582
Add KDE Neon to quickget (#207)
* WIP - Add KDE Neon to quickget

* Get the KDE Neon ISO from a local mirror

Co-authored-by: Phil Clifford <philip.clifford@gmail.com>

Co-authored-by: Phil Clifford <philip.clifford@gmail.com>
2021-11-07 23:39:20 +00:00
Philipp Kiemle
9aa4166324 Fix typos 2021-11-07 23:33:48 +00:00
Phil Clifford
2a86681bb0
nasty version hack for quickget (#205)
* nasty version hack for quickget

* handle path to self better
2021-11-07 23:28:56 +00:00
Gary Graham
979a11ca1b confused file names
added secboot file to non-secboot. whoops. fixed.
2021-11-07 23:26:58 +00:00
Gary Graham
c5e8a8e8e2 ovmf_path_gentoo
Add Gentoo's paths for OVMF.
2021-11-07 23:26:58 +00:00
Phil Clifford
574ed073ba Fedora 35 released 2021-11-07 23:25:37 +00:00
Phil Clifford
2f8b14d2c7 fix for shortcut presumption 2021-11-07 23:24:08 +00:00
Dani Llewellyn
87fea6c845
Re-enable networking during Windows installation (#193)
* Force Windows VMs to use AHCI for the cdrom and hard disk devices.
* Re-enable networking during Windows installation.
2021-11-07 23:20:50 +00:00
Phil Clifford
0a619985af
Added support for Zorin OS (#185)
* Zorin support added to Quickget

* Added Zorin Educational releases

* Update README

* tidy up

* Found stupid bug so zorin should be a linux now

* get sizing for zorin educational large enough to install (#2)

* get sizing for zorin educational large enough to install
2021-11-07 23:18:29 +00:00
Martin Wimpress
8f832a843b
Revert "Rename swtpm socket". Close #192
This reverts commit c5efb7d79d.
2021-11-01 18:31:57 +00:00
Martin Wimpress
1a8e161e87
Tweak ANdroid x86 support 2021-11-01 18:31:39 +00:00
Guy Swowden
257a63ca66
Rocky Linux Support (#184)
* Rocky Linux Support

* Update quickget
2021-11-01 18:10:55 +00:00
Dani Llewellyn
ada72ca5b2 Add a waving hand emoji to greetings GitHub Action
Make the name of the Greetings GitHub Action more friendly by adding a waving hand emoji.
2021-11-01 18:06:52 +00:00