aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add temporary folder for hardlinks ./customsickcodes2021-03-096-1/+1732
|
* Incorrect link updatesickcodes2021-03-091-1/+1
|
* Merge pull request #171 from sickcodes/move-custom-to-submodulesickcodes2021-03-1011-1715/+40
|\ | | | | Move custom serial generator scripts to their own repo:
| * osx-serial-generator submodule updatesickcodes2021-03-091-0/+0
| |
| * ./custom is now ./osx-serial-generator via submodule. Submodule inits.sickcodes2021-03-093-10/+10
| |
| * osx-serial-generator submodule updatesickcodes2021-03-091-0/+0
| |
| * Add https://github.com/sickcodes/osx-serial-generator.git as a submodule to ↵sickcodes2021-03-098-1705/+30
| | | | | | | | replace ./custom
* | Merge pull request #172 from sickcodes/sickcodes-issue-templatesickcodes2021-03-092-0/+48
|\ \ | |/ |/| Update issue templates
| * Update issue templatessickcodes2021-03-092-0/+48
|/
* Merge pull request #169 from sickcodes/nopicker-bugsickcodes2021-03-063-12/+13
|\ | | | | Fix BOOTDISK expected logic
| * 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
|\ | | | | Script for making iMessage serial numbers OpenCore Docker-OSX edits
| * Remove useless case statements. Allow -e HEADLESS=true as human readable ↵sickcodes2021-03-064-33/+8
| | | | | | | | alternative to -e DISPLAY=:99.
| * Fix bootdisk not getting written to persistent file when using ↵sickcodes2021-03-064-3/+4
| | | | | | | | NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.
| * Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if ↵sickcodes2021-03-061-79/+89
|/ | | | setting their output file names
* Merge pull request #163 from sickcodes/resolution-changes-runtimesickcodes2021-03-048-55/+375
|\ | | | | Add WIDTH and HEIGHT environment variables
| * 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 ↵sickcodes2021-03-042-9/+102
| | | | | | | | serial generators.
| * 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::10023-:80,'
| * 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.md
| * 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...
| * 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`
| * Add bigsur BaseSystem.img support. Use `--build-arg VERSION=11` or higher. ↵sickcodes2021-02-271-5/+18
|/ | | | Downloads latest version currently.
* 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 references in favor of master.
| * Update helm chart to include link back to OG project. Dissolve testing ↵sickcodes2021-02-277-12/+14
|/ | | | branch references in favor of master.
* Merge pull request #155 from sickcodes/custom-identitysickcodes2021-02-2610-84/+1960
|\ | | | | Custom Serial Numbers (iMessage/iCloud security analysis)
| * 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 ↵sickcodes2021-02-264-5/+5
| | | | | | | | following warning by chowning /dev/kvm earlier "libguestfs: warning: current user is not a member of the KVM group (group ID 108). This user cannot access /dev/kvm, so libguestfs may run very slowly. It is recommended that you 'chmod 0666 /dev/kvm' or add the current user to the KVM group (you might need to log out and log in again)."
| * 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 ↵sickcodes2021-02-264-10/+9
| | | | | | | | BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
| * 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
| |