aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #288 from johnjhacking/patch-1sickcodes2021-07-021-2/+2
|\
| * Update fetch-macOS.pysickcodes2021-07-011-1/+1
| |
| * Change call function to PopenJohn Jackson2021-06-071-2/+2
| | | | | | The call function can deadlock if the child process prints larger output. Use Popen with the communicate() method with you need pipes. If you switch to Popen, you'll get cleaner debugging.
* | Create docker build action.sickcodes2021-06-281-0/+33
|/
* Add APFS extraction instructions.sickcodes2021-05-281-0/+39
|
* Fix hero image cache.sickcodes2021-05-241-1/+1
|
* QEMU 6 VNC changes Documentation changessickcodes2021-05-081-4/+15
|
* Merge pull request #270 from sickcodes/boot-args-cpusickcodes2021-05-065-13/+51
|\ | | | | Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon boot arguments, for example, `+vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`
| * Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon ↵sickcodes2021-05-065-13/+51
|/ | | | boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`
* Update README.md with Big Sur 11.3 Fixessickcodes2021-05-041-0/+11
|
* Apply Big Sur fix update submodule from ↵sickcodes2021-05-041-0/+0
| | | | https://github.com/sickcodes/osx-serial-generator/pull/12
* Update creditssickcodes2021-05-042-2/+8
|
* Disable chown warningsickcodes2021-05-043-3/+3
|
* Update README.mdsickcodes2021-05-041-6/+10
|
* Add cool shield from https://dockeri.co/ to README.mdsickcodes2021-05-021-0/+2
|
* Merge pull request #260 from m-zheng/patch-1sickcodes2021-04-301-0/+17
|\
| * Update README.mdMinghua Zheng2021-04-281-0/+17
|/ | | add instructions to change resolution after the container is created
* Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244sickcodes2021-04-273-3/+3
|
* Merge pull request #258 from tinjaw/csb-z6y1esickcodes2021-04-261-1/+0
|\
| * initial commitChaim Krause2021-04-241-1/+0
|/
* Merge pull request #253 from sickcodes/file-downgrade-all-imagessickcodes2021-04-184-2/+20
|\ | | | | Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.
| * Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.file-downgrade-all-imagessickcodes2021-04-184-2/+20
|/
* Merge pull request #252 from sickcodes/file-downgrade-fixes-244sickcodes2021-04-181-0/+5
|\ | | | | Downgrade file command for libguestfs
| * [@aronzvi](https://github.com/aronzvi) - Fixed Failed to boot OSX with ↵sickcodes2021-04-181-0/+5
|/ | | | GENERATE_UNIQUE #244
* Merge pull request #251 from sickcodes/libguestfs-exitsickcodes2021-04-185-13/+30
|\ | | | | Add LIBGUESTFS debug & trace commands, exit on fail. Update credits
| * Fix CREDITS.mdsickcodes2021-04-181-2/+2
| |
| * Add LIBGUESTFS debug & trace commands, exit on fail. Update creditssickcodes2021-04-185-13/+30
|/
* Merge pull request #250 from a10kiloham/patch-1sickcodes2021-04-151-0/+1
|\ | | | | Adding Bluebubbles as an example use case
| * Adding Bluebubbles as an example use casea10kiloham2021-04-151-0/+1
|/
* Merge pull request #249 from sickcodes/osx-serial-updatesickcodes2021-04-152-8/+12
|\ | | | | Update custom from https://github.com/sickcodes/osx-serial-generator.git
| * Update custom from https://github.com/sickcodes/osx-serial-generator.gitosx-serial-updatesickcodes2021-04-152-8/+12
| |
* | Merge pull request #245 from a10kiloham/mastersickcodes2021-04-151-0/+208
|\ \ | |/ |/| Dockerfile for :naked image with VNC support
| * Dockerfile for :naked image with VNC supporta10kiloham2021-04-131-0/+208
|/
* Fix NO_CACHE by default for testingsickcodes2021-04-121-11/+12
|
* Merge pull request #235 from kaoudis/mastersickcodes2021-04-081-427/+487
|\ | | | | README / troubleshooting docs improvements
| * at least the important-ish links work nowkaoudis2021-04-051-24/+33
| |
| * adds some of the more recent notable closed question issueskaoudis2021-04-051-12/+38
| |
| * couple minor formatting correctionskaoudis2021-04-051-8/+8
| |
| * move things around for flow and fix up linkskaoudis2021-04-041-421/+442
| |
| * link to KVM docs from GTK errorkaoudis2021-04-041-11/+15
|/
* Update README.mdsickcodes2021-03-311-0/+2
|
* Big Sur auto preparationssickcodes2021-03-281-2/+2
|
* Merge pull request #228 from sickcodes/qemu-interactivesickcodes2021-03-282-2/+2
|\ | | | | Remove envsubst to allow interactive QEMU using -i
| * Remove envsubst to allow interactive QEMU using -isickcodes2021-03-282-2/+2
| |
* | Script to build all the imagessickcodes2021-03-281-0/+300
|/
* Add shields with live image sizessickcodes2021-03-262-70/+99
|
* Merge pull request #219 from panos/mastersickcodes2021-03-261-228/+172
|\ | | | | Made further improvements to the README
| * Merge branch 'master' into mastersickcodes2021-03-269-49/+649
| |\ | |/ |/|
* | Restore fetch-macOS.py from OSX-KVM previoussickcodes2021-03-252-1/+450
| |
* | Enable interactive QEMU. Remove envsubst since we are already using bash. ↵sickcodes2021-03-245-8/+47
| | | | | | | | Add -x flag