aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * 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. ↵sickcodes2021-02-255-62/+75
| | | | | | | | Add CPU_STRING to optionally override the whole CPU string. Unify variable names in ./custom.
| * 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 #154 from sickcodes/wget-optionssickcodes2021-02-261-1/+4
|\ \ | |/ |/| Add an unset WGET_OPTIONS variable for hub.docker.com to download 20GB silently, but not general users.
| * Add an unset WGET_OPTIONS variable that is set to --no-verbose in ↵sickcodes2021-02-261-1/+4
|/ | | | hub.docker.com, but unset by default, so you can watch progress.
* Merge pull request #153 from sickcodes/nopickerssickcodes2021-02-214-0/+17
|\ | | | | NOPICKER environment variable for all images.
| * Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking ↵sickcodes2021-02-214-0/+17
|/ | | | speed docs.
* 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. archlinux:base-devel. glibc everywhere. Forgo testing repos.
| * 3.1. base-devel image to skip simple packages. Add glibc overrides after ↵sickcodes2021-02-215-10/+47
|/ | | | every pacman -Syu which is currently required for non-Arch builds.
* Merge pull request #151 from sickcodes/docker-osx-kubernetessickcodes2021-02-1211-9/+47
|\ | | | | Docker OSX Kubernetes
| * 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 arch
| * Tempfix for archBen Mitchell2021-02-121-0/+5
|/ | | Temporarily downgrade glibc while a new version is being made.