| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update README.md | sickcodes | 2021-03-31 | 1 | -0/+2 |
| | | |||||
| * | Add shields with live image sizes | sickcodes | 2021-03-26 | 1 | -70/+97 |
| | | |||||
| * | Merge branch 'master' into master | sickcodes | 2021-03-26 | 1 | -18/+99 |
| |\ | |||||
| | * | Enable interactive QEMU. Remove envsubst since we are already using bash. ↵ | sickcodes | 2021-03-24 | 1 | -2/+40 |
| | | | | | | | | | Add -x flag | ||||
| | * | Add all ENV variables to each dockerfile for readability. Add RAM allocation ↵ | sickcodes | 2021-03-24 | 1 | -14/+52 |
| | | | | | | | | | buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too. | ||||
| | * | Add more secure VNC password generation. Update osx-serial-generator ↵ | sickcodes | 2021-03-23 | 1 | -2/+8 |
| | | | | | | | | | submodule. Acknowledge OpenCore bootloader usage. | ||||
| * | | Made further improvements to the README | Panagiotis Vasilopoulos | 2021-03-22 | 1 | -229/+174 |
| |/ | |||||
| * | Update docker start commands (drop back into shell using docker start -ai ↵ | sickcodes | 2021-03-21 | 1 | -4/+4 |
| | | | | | <id>) and CREDITS.md | ||||
| * | Improved systemd-related instructions | Panagiotis Vasilopoulos | 2021-03-20 | 1 | -5/+3 |
| | | |||||
| * | Improved README | Panagiotis Vasilopoulos | 2021-03-20 | 1 | -81/+90 |
| | | |||||
| * | Use RAM=max or RAM=half to suit all machines, dynamically. | sickcodes | 2021-03-17 | 1 | -2/+4 |
| | | |||||
| * | Update README.md | TheHackerCoding | 2021-03-15 | 1 | -1/+1 |
| | | |||||
| * | How to mount additional disks inside OSX | sickcodes | 2021-03-12 | 1 | -5/+37 |
| | | |||||
| * | Fix redundant documentation | sickcodes | 2021-03-09 | 1 | -9/+3 |
| | | |||||
| * | Add https://github.com/sickcodes/osx-serial-generator.git as a submodule to ↵ | sickcodes | 2021-03-09 | 1 | -26/+26 |
| | | | | | replace ./custom | ||||
| * | v4.1 WIDTH/HEIGHT && move resolution README note | sickcodes | 2021-03-04 | 1 | -31/+92 |
| | | |||||
| * | Add WIDTH and HEIGHT environment variables | sickcodes | 2021-03-03 | 1 | -1/+75 |
| | | |||||
| * | Update README.md | Edson Boldrini | 2021-03-02 | 1 | -2/+2 |
| | | |||||
| * | Switch default internet to vmxnet3 as there is no incompatability with services. | sickcodes | 2021-03-01 | 1 | -4/+3 |
| | | |||||
| * | Documentation for Big Sur. v4.0 | sickcodes | 2021-02-27 | 1 | -2/+14 |
| | | |||||
| * | README.md Serial Number/iMessage readinesscustom-identity | sickcodes | 2021-02-26 | 1 | -19/+230 |
| | | |||||
| * | Add exists exits and required serial number files for building disk | sickcodes | 2021-02-26 | 1 | -2/+3 |
| | | |||||
| * | Major serial number runtime generation and override changes. | sickcodes | 2021-02-25 | 1 | -34/+63 |
| | | |||||
| * | Add --output-env <filename> && --output-bootdisk <filename> | sickcodes | 2021-02-24 | 1 | -24/+1 |
| | | |||||
| * | Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking ↵ | sickcodes | 2021-02-21 | 1 | -0/+10 |
| | | | | | speed docs. | ||||
| * | Required KVM parameter fix. No idea how it's been absent for this long. | sickcodes | 2021-02-21 | 1 | -0/+2 |
| | | |||||
| * | 3.1. base-devel image to skip simple packages. Add glibc overrides after ↵ | sickcodes | 2021-02-21 | 1 | -1/+1 |
| | | | | | every pacman -Syu which is currently required for non-Arch builds. | ||||
| * | Kubernetes helm chart submission! Thanks @cephasara | sickcodes | 2021-02-12 | 1 | -0/+5 |
| | | |||||
| * | Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime ↵ | sickcodes | 2021-02-08 | 1 | -0/+1 |
| | | | | | arguments. | ||||
| * | Reduced image by 5GB, thanks to @weskerfoot! | sickcodes | 2021-02-08 | 1 | -6/+4 |
| | | |||||
| * | Fixed cwd bug | sickcodes | 2021-02-08 | 1 | -1/+1 |
| | | |||||
| * | Add -e NOPICKER=false for the :naked image to be able to enter boot menu. | sickcodes | 2021-02-07 | 1 | -1/+15 |
| | | |||||
| * | Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime. | sickcodes | 2021-02-07 | 1 | -0/+23 |
| | | |||||
| * | Reduce build size & tidy | sickcodes | 2021-02-03 | 1 | -1/+12 |
| | | |||||
| * | docs: fix broken multi-line docker command | John Lianoglou | 2021-01-31 | 1 | -5/+5 |
| | | |||||
| * | Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker ↵ | sickcodes | 2021-01-27 | 1 | -6/+19 |
| | | | | | start -i instructions. | ||||
| * | zstd decompress instead of re-compress in README.md | sickcodes | 2021-01-26 | 1 | -1/+1 |
| | | |||||
| * | Clean out your Docker images/history/cache by simply deleting `/var/lib/docker` | sickcodes | 2021-01-26 | 1 | -0/+3 |
| | | |||||
| * | images.sick.codes fixed images2.sick.codes | sickcodes | 2021-01-25 | 1 | -1/+1 |
| | | |||||
| * | Missing -it in README.md for interactive qemu shell and ability to Ctrl+C ↵ | sickcodes | 2021-01-24 | 1 | -5/+5 |
| | | | | | container. | ||||
| * | [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.naked | sickcodes | 2021-01-24 | 1 | -7/+90 |
| | | |||||
| * | Up README with Kubernetes Helm Chart link @ ./helm. | sickcodes | 2021-01-14 | 1 | -1/+1 |
| | | |||||
| * | v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with ↵ | sickcodes | 2021-01-05 | 1 | -15/+40 |
| | | | | | iptables-nft. Remove libguestfs. | ||||
| * | note about USB pass through | wes | 2020-12-16 | 1 | -1/+1 |
| | | |||||
| * | more readme improvements, usb pass through, spice, etc | wes | 2020-12-16 | 1 | -54/+116 |
| | | |||||
| * | initial stab at CI instructions and reduce disk usage instructions | wes | 2020-12-16 | 1 | -0/+53 |
| | | |||||
| * | [QOL] Documentation updates about duplicating containers | sickcodes | 2020-11-28 | 1 | -17/+54 |
| | | |||||
| * | Update README.md | AdamMomen | 2020-11-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | ## What? I've added a script on how to automatic boot vnc-version container in `README.md` file for better usablility. For more background, see ticket #83 . ## Why? Because the script provided in the readme file didn't work on vnc-version container. ## How? ## Testing? No automated tests, take my word for it ;) ## Screenshots Before  After ## Anything Else? Nope | ||||
| * | [README] Typo, link fixed, credits | sickcodes | 2020-10-29 | 1 | -1/+1 |
| | | |||||
| * | Made instructions more clear for those needing Xcode | Miko | 2020-10-14 | 1 | -0/+2 |
| | | | | | Firstly, amazing job with this project - it really works. I had to reinstall a few times to get the capacity right to fit Xcode. Just wanted to save others the trouble by noting the min. needed disk size for Xcode. In my case 50gb was too little, so the exact right amount lies between 50-60gb. | ||||