| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #334 from mcandre/patch-1 | sickcodes | 2021-08-27 | 1 | -1/+1 |
| |\ | |||||
| | * | fix typo | Andrew | 2021-08-26 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #333 from sickcodes/naked-auto | sickcodes | 2021-08-26 | 7 | -38/+345 |
| |\ | | | | | Add new image `docker pull sickcodes/docker-osx:naked-auto`. Also allow -e USERNAME -e PASSWORD for auto, even though it's 20GB. | ||||
| | * | Add `sickcodes/docker-osx:naked-auto` to test.shnaked-auto | sickcodes | 2021-08-26 | 1 | -0/+12 |
| | | | |||||
| | * | Add new image `docker pull sickcodes/docker-osx:naked-auto`. Also allow -e ↵ | sickcodes | 2021-08-25 | 6 | -38/+333 |
| |/ | | | | USERNAME -e PASSWORD for auto, even though it's 20GB. | ||||
| * | Add Discord server for general enquiries | sickcodes | 2021-08-02 | 1 | -0/+6 |
| | | | | | | ### Need help, have questions, or just want to hang out? # [https://discord.gg/mx8pPw39Yg](https://discord.gg/mx8pPw39Yg) | ||||
| * | Merge pull request #325 from sickcodes/glibc-patch-retire | sickcodes | 2021-07-28 | 3 | -79/+33 |
| |\ | | | | | Remove glibc patches, introduce libguestfs test | ||||
| | * | Shift supermin environment variables earlier all images | sickcodes | 2021-07-28 | 3 | -11/+11 |
| | | | |||||
| | * | Shift supermin environment variables earlier | sickcodes | 2021-07-28 | 1 | -0/+3 |
| | | | |||||
| | * | Remove glibc patches, introduce libguestfs test | sickcodes | 2021-07-28 | 3 | -72/+23 |
| |/ | |||||
| * | SUPERMIN_KERNEL downgrade to 5.12 due to zstd issue | sickcodes | 2021-07-28 | 1 | -0/+16 |
| | | |||||
| * | Deep clones for debugging... | sickcodes | 2021-07-27 | 1 | -0/+2 |
| | | |||||
| * | Fix Dockerfile | sickcodes | 2021-07-27 | 1 | -17/+6 |
| | | |||||
| * | Re-insert patched glib & downgraded file command. | sickcodes | 2021-07-27 | 4 | -0/+71 |
| | | |||||
| * | Add glibc patch once, remove Big Sur required fix for OpenCore as no longer ↵ | sickcodes | 2021-07-27 | 2 | -16/+18 |
| | | | | | required. | ||||
| * | Remove `+pcid` from boot args. Submodule update. | sickcodes | 2021-07-25 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #321 from sickcodes/glibc-revert-wip-2 | sickcodes | 2021-07-25 | 5 | -75/+14 |
| |\ | | | | | Retire glibc patch. Retire file command patch. Add `bootmenu=on`. | ||||
| | * | Retire glibc patch. Retire file command patch. Add `bootmenu=on`. | sickcodes | 2021-07-25 | 5 | -75/+14 |
| |/ | |||||
| * | Merge pull request #318 from allansrc/master | sickcodes | 2021-07-23 | 1 | -1/+4 |
| |\ | | | | | Update Doc detail for run on WLS | ||||
| | * | Update README.md | Allan Ramos | 2021-07-23 | 1 | -1/+4 |
| |/ | |||||
| * | Remove GitHub action for building | sickcodes | 2021-07-08 | 1 | -33/+0 |
| | | | | Continuing on hub.docker.com | ||||
| * | Add CPUID_FLAGS to edit the CPUID flags on the fly. | sickcodes | 2021-07-08 | 2 | -2/+5 |
| | | |||||
| * | Add link to "make it faster" scripts https://github.com/sickcodes/osx-optimizer | sickcodes | 2021-07-08 | 1 | -1/+10 |
| | | | | See: https://github.com/sickcodes/osx-optimizer | ||||
| * | Add libguestfs-tools to the requirements on Ubuntu | sickcodes | 2021-07-08 | 1 | -1/+1 |
| | | | | Fixes https://github.com/sickcodes/Docker-OSX/issues/311 | ||||
| * | Merge pull request #288 from johnjhacking/patch-1 | sickcodes | 2021-07-02 | 1 | -2/+2 |
| |\ | |||||
| | * | Update fetch-macOS.py | sickcodes | 2021-07-01 | 1 | -1/+1 |
| | | | |||||
| | * | Change call function to Popen | John Jackson | 2021-06-07 | 1 | -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. | sickcodes | 2021-06-28 | 1 | -0/+33 |
| |/ | |||||
| * | Add APFS extraction instructions. | sickcodes | 2021-05-28 | 1 | -0/+39 |
| | | |||||
| * | Fix hero image cache. | sickcodes | 2021-05-24 | 1 | -1/+1 |
| | | |||||
| * | QEMU 6 VNC changes Documentation changes | sickcodes | 2021-05-08 | 1 | -4/+15 |
| | | |||||
| * | Merge pull request #270 from sickcodes/boot-args-cpu | sickcodes | 2021-05-06 | 5 | -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 ↵ | sickcodes | 2021-05-06 | 5 | -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 Fixes | sickcodes | 2021-05-04 | 1 | -0/+11 |
| | | |||||
| * | Apply Big Sur fix update submodule from ↵ | sickcodes | 2021-05-04 | 1 | -0/+0 |
| | | | | | https://github.com/sickcodes/osx-serial-generator/pull/12 | ||||
| * | Update credits | sickcodes | 2021-05-04 | 2 | -2/+8 |
| | | |||||
| * | Disable chown warning | sickcodes | 2021-05-04 | 3 | -3/+3 |
| | | |||||
| * | Update README.md | sickcodes | 2021-05-04 | 1 | -6/+10 |
| | | |||||
| * | Add cool shield from https://dockeri.co/ to README.md | sickcodes | 2021-05-02 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #260 from m-zheng/patch-1 | sickcodes | 2021-04-30 | 1 | -0/+17 |
| |\ | |||||
| | * | Update README.md | Minghua Zheng | 2021-04-28 | 1 | -0/+17 |
| |/ | | | add instructions to change resolution after the container is created | ||||
| * | Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244 | sickcodes | 2021-04-27 | 3 | -3/+3 |
| | | |||||
| * | Merge pull request #258 from tinjaw/csb-z6y1e | sickcodes | 2021-04-26 | 1 | -1/+0 |
| |\ | |||||
| | * | initial commit | Chaim Krause | 2021-04-24 | 1 | -1/+0 |
| |/ | |||||
| * | Merge pull request #253 from sickcodes/file-downgrade-all-images | sickcodes | 2021-04-18 | 4 | -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-images | sickcodes | 2021-04-18 | 4 | -2/+20 |
| |/ | |||||
| * | Merge pull request #252 from sickcodes/file-downgrade-fixes-244 | sickcodes | 2021-04-18 | 1 | -0/+5 |
| |\ | | | | | Downgrade file command for libguestfs | ||||
| | * | [@aronzvi](https://github.com/aronzvi) - Fixed Failed to boot OSX with ↵ | sickcodes | 2021-04-18 | 1 | -0/+5 |
| |/ | | | | GENERATE_UNIQUE #244 | ||||
| * | Merge pull request #251 from sickcodes/libguestfs-exit | sickcodes | 2021-04-18 | 5 | -13/+30 |
| |\ | | | | | Add LIBGUESTFS debug & trace commands, exit on fail. Update credits | ||||
| | * | Fix CREDITS.md | sickcodes | 2021-04-18 | 1 | -2/+2 |
| | | | |||||