aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README.md Serial Number/iMessage readinesscustom-identitysickcodes2021-02-261-19/+230
* Add exists exits and required serial number files for building disksickcodes2021-02-265-8/+11
* Fix /env permissions for persistence after GENERATE_UNIQUE. Fix the following...sickcodes2021-02-264-5/+5
* NOPICKER now does: `sed -i '/^.*InstallMedia.*/d' Launch.sh`sickcodes2021-02-264-5/+14
* source "${ENV:=/env}" logicsickcodes2021-02-263-6/+3
* Fixed subshell logic in startup scripts.sickcodes2021-02-263-21/+27
* Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/Op...sickcodes2021-02-264-10/+9
* Chown the disk image early.sickcodes2021-02-251-6/+7
* Set defaults in obvious placessickcodes2021-02-253-5/+17
* Early chown required for all volumes...sickcodes2021-02-253-9/+7
* Set temporary branchsickcodes2021-02-251-1/+2
* Major serial number runtime generation and override changes.sickcodes2021-02-256-42/+174
* Typosickcodes2021-02-251-1/+1
* Add Linux, libguestfs for building bootdisks within the Docker container. Add...sickcodes2021-02-255-62/+75
* WIP generate-specific-bootdisk.shsickcodes2021-02-241-0/+184
* Add --output-env <filename> && --output-bootdisk <filename>sickcodes2021-02-242-32/+32
* TSV output, for easier scriptingsickcodes2021-02-241-15/+54
* Add config.plist and OpenCore boot disk generator to the script.sickcodes2021-02-242-1/+212
* Add zip, fix global variables in the serial generator.sickcodes2021-02-242-8/+11
* WIP: Machine unique value generatorsickcodes2021-02-242-0/+1057
* Merge pull request #153 from sickcodes/nopickerssickcodes2021-02-214-0/+17
|\
| * Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking spe...sickcodes2021-02-214-0/+17
|/
* Required KVM parameter fix. No idea how it's been absent for this long.sickcodes2021-02-211-0/+2
* Merge pull request #152 from sickcodes/base-devel-switchsickcodes2021-02-215-10/+47
|\
| * 3.1. base-devel image to skip simple packages. Add glibc overrides after ever...sickcodes2021-02-215-10/+47
|/
* Merge pull request #151 from sickcodes/docker-osx-kubernetessickcodes2021-02-1211-9/+47
|\
| * Self-host in the repo glibc to emphasize the temporariness of this patch.sickcodes2021-02-122-1/+1
| * Kubernetes helm chart submission! Thanks @cephasarasickcodes2021-02-1210-9/+47
|/
* Merge pull request #150 from MrBenFTW/patch-2sickcodes2021-02-121-0/+5
|\
| * Tempfix for archBen Mitchell2021-02-121-0/+5
|/
* Package the helm setup for Artifact Hub.sickcodes2021-02-113-1/+22
* Merge pull request #147 from sickcodes/vmxnet3sickcodes2021-02-082-1/+6
|\
| * Add a default shell variable for the nic.sickcodes2021-02-081-1/+1
| * Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime argum...sickcodes2021-02-082-1/+6
|/
* Reduced image by 5GB, thanks to @weskerfoot!sickcodes2021-02-081-6/+4
* Fixed cwd bugsickcodes2021-02-083-5/+5
* Merge pull request #145 from sickcodes/mac_addresssickcodes2021-02-074-32/+87
|\
| * Add -e NOPICKER=false for the :naked image to be able to enter boot menu.sickcodes2021-02-073-15/+41
| * Remove pacman -Scc until later.sickcodes2021-02-071-14/+14
| * Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.sickcodes2021-02-073-3/+32
|/
* Use wget --no-verbose to prevent build buffer overload in the hub.docker.com ...sickcodes2021-02-031-1/+1
* Merge pull request #143 from sickcodes/fix-docker-cloud-build-sizesickcodes2021-02-033-26/+55
|\
| * Reduce build size & tidysickcodes2021-02-033-26/+55
|/
* Merge pull request #140 from prometheas/fix-boot-to-osx-shell+display-commandsickcodes2021-02-011-5/+5
|\
| * docs: fix broken multi-line docker commandJohn Lianoglou2021-01-311-5/+5
|/
* Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker st...sickcodes2021-01-274-30/+39
* Remove pointless VOLUME command. Replace curl with wget.sickcodes2021-01-263-14/+5
* zstd decompress instead of re-compress in README.mdsickcodes2021-01-261-1/+1
* Clean out your Docker images/history/cache by simply deleting `/var/lib/docker`sickcodes2021-01-261-0/+3
* [QOL] Fix auto image building wget log overloadsickcodes2021-01-261-2/+3