aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add https://github.com/sickcodes/osx-serial-generator.git as a submodule to r...sickcodes2021-03-098-1705/+30
* | Merge pull request #172 from sickcodes/sickcodes-issue-templatesickcodes2021-03-092-0/+48
|\ \ | |/ |/|
| * Update issue templatessickcodes2021-03-092-0/+48
|/
* Merge pull request #169 from sickcodes/nopicker-bugsickcodes2021-03-063-12/+13
|\
| * Dockerfile syntax error.sickcodes2021-03-063-3/+3
| * Fix BOOTDISK expected logicsickcodes2021-03-063-12/+13
|/
* Merge pull request #168 from sickcodes/generate-custom-editssickcodes2021-03-065-114/+100
|\
| * Remove useless case statements. Allow -e HEADLESS=true as human readable alte...sickcodes2021-03-064-33/+8
| * Fix bootdisk not getting written to persistent file when using NOPICKER=true....sickcodes2021-03-064-3/+4
| * Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if sett...sickcodes2021-03-061-79/+89
|/
* Merge pull request #163 from sickcodes/resolution-changes-runtimesickcodes2021-03-048-55/+375
|\
| * Typosickcodes2021-03-041-1/+1
| * v4.1 WIDTH/HEIGHT && move resolution README notesickcodes2021-03-045-45/+109
| * Shift exitssickcodes2021-03-045-10/+11
| * Fix `.//config-custom.plist`sickcodes2021-03-042-4/+4
| * wget -O case sensitive, silence source /env errors.sickcodes2021-03-045-12/+11
| * Syntax error: `elif` obviously needs a `; then`sickcodes2021-03-042-4/+4
| * Add -e MASTER_PLIST_URL to change the input config.plist at runtime.sickcodes2021-03-044-0/+9
| * Add --custom-plist-url, --custom-plist <filename> or --master-plist to both s...sickcodes2021-03-042-9/+102
| * Missing WIDTH and HEIGHT from naked and auto Dockerfilessickcodes2021-03-042-10/+18
| * Add WIDTH and HEIGHT environment variablessickcodes2021-03-036-16/+162
|/
* Merge pull request #162 from sickcodes/additional-portssickcodes2021-03-033-1/+7
|\
| * Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'sickcodes2021-03-023-1/+7
|/
* Merge pull request #161 from edsonboldrini/patch-1sickcodes2021-03-021-2/+2
|\
| * Update README.mdEdson Boldrini2021-03-021-2/+2
|/
* Merge pull request #160 from sickcodes/vmxnet3sickcodes2021-03-012-7/+6
|\
| * Switch default internet to vmxnet3 as there is no incompatability with services.sickcodes2021-03-012-7/+6
|/
* Documentation for Big Sur. v4.0sickcodes2021-02-275-5/+18
* Merge pull request #158 from sickcodes/bigsursickcodes2021-02-271-5/+18
|\
| * Add bigsur BaseSystem.img support. Use `--build-arg VERSION=11` or higher. Do...sickcodes2021-02-271-5/+18
|/
* Merge pull request #157 from sickcodes/helm-updatessickcodes2021-02-277-12/+14
|\
| * Update helm chart to include link back to OG project. Dissolve testing branch...sickcodes2021-02-277-12/+14
|/
* Merge pull request #155 from sickcodes/custom-identitysickcodes2021-02-2610-84/+1960
|\
| * 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