Commit Graph

462 Commits (669bea269dbdb8c9a17548c79aa5a8de0f6c3866)
 

Author SHA1 Message Date
sickcodes ab9761adb7 Add https://github.com/sickcodes/osx-serial-generator.git as a submodule to replace ./custom
4 years ago
sickcodes 7f2ef89ab7
Merge pull request #169 from sickcodes/nopicker-bug
4 years ago
sickcodes c2916fd487 Dockerfile syntax error.
4 years ago
sickcodes 7382df8fa1 Fix BOOTDISK expected logic
4 years ago
sickcodes 5f595ed588
Merge pull request #168 from sickcodes/generate-custom-edits
4 years ago
sickcodes 7d6e5b30d8 Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99.
4 years ago
sickcodes 8935ce08ab Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.
4 years ago
sickcodes 72d942763e Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if setting their output file names
4 years ago
sickcodes 3add4f7a98
Merge pull request #163 from sickcodes/resolution-changes-runtime
4 years ago
sickcodes b2f6ac509c Typo
4 years ago
sickcodes 2077c3a453 v4.1 WIDTH/HEIGHT && move resolution README note
4 years ago
sickcodes 4b278bc42c Shift exits
4 years ago
sickcodes e03f0737c3 Fix `.//config-custom.plist`
4 years ago
sickcodes 45a5f2c074 wget -O case sensitive, silence source /env errors.
4 years ago
sickcodes 84fc71722c Syntax error: `elif` obviously needs a `; then`
4 years ago
sickcodes 377c4e7cc5 Add -e MASTER_PLIST_URL to change the input config.plist at runtime.
4 years ago
sickcodes 3f4c0c6bd4 Add --custom-plist-url, --custom-plist <filename> or --master-plist to both serial generators.
4 years ago
sickcodes 408248ae4f Missing WIDTH and HEIGHT from naked and auto Dockerfiles
4 years ago
sickcodes 5469cb8a58 Add WIDTH and HEIGHT environment variables
4 years ago
sickcodes 2e185aa2c3
Merge pull request #162 from sickcodes/additional-ports
4 years ago
sickcodes 55f3fd00b1 Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'
4 years ago
sickcodes 60daed5e3a
Merge pull request #161 from edsonboldrini/patch-1
4 years ago
Edson Boldrini 5b060b8de2
Update README.md
4 years ago
sickcodes e307f1cb51
Merge pull request #160 from sickcodes/vmxnet3
4 years ago
sickcodes 5d648e1b59 Switch default internet to vmxnet3 as there is no incompatability with services.
4 years ago
sickcodes 275b27ef8f Documentation for Big Sur. v4.0
4 years ago
sickcodes fd80032eab
Merge pull request #158 from sickcodes/bigsur
4 years ago
sickcodes d2ee959d27 Add bigsur BaseSystem.img support. Use `--build-arg VERSION=11` or higher. Downloads latest version currently.
4 years ago
sickcodes 8fffd79f16
Merge pull request #157 from sickcodes/helm-updates
4 years ago
sickcodes a9e8821a06 Update helm chart to include link back to OG project. Dissolve testing branch references in favor of master.
4 years ago
sickcodes 27efe6658d
Merge pull request #155 from sickcodes/custom-identity
4 years ago
sickcodes 60132b6c81 README.md Serial Number/iMessage readiness
4 years ago
sickcodes 91131a6bbb Add exists exits and required serial number files for building disk
4 years ago
sickcodes 258f6b455d Fix /env permissions for persistence after GENERATE_UNIQUE. Fix the 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)."
4 years ago
sickcodes d1721028c8 NOPICKER now does: `sed -i '/^.*InstallMedia.*/d' Launch.sh`
4 years ago
sickcodes 84326051ca source "${ENV:=/env}" logic
4 years ago
sickcodes f2a49b046b Fixed subshell logic in startup scripts.
4 years ago
sickcodes a651aa0369 Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
4 years ago
sickcodes 7dc344ef44
Merge pull request #154 from sickcodes/wget-options
4 years ago
sickcodes 105fdfd48f Add an unset WGET_OPTIONS variable that is set to --no-verbose in hub.docker.com, but unset by default, so you can watch progress.
4 years ago
sickcodes 9a846bbdbf Chown the disk image early.
4 years ago
sickcodes c5aab3020d Set defaults in obvious places
4 years ago
sickcodes 284fe9fbde Early chown required for all volumes...
4 years ago
sickcodes 316a8abfa0 Set temporary branch
4 years ago
sickcodes 23ab20c2fa Major serial number runtime generation and override changes.
4 years ago
sickcodes 9f104526e0 Typo
4 years ago
sickcodes 9e5538c195 Add Linux, libguestfs for building bootdisks within the Docker container. Add CPU_STRING to optionally override the whole CPU string. Unify variable names in ./custom.
4 years ago
sickcodes 4ffed54724 WIP generate-specific-bootdisk.sh
4 years ago
sickcodes 7886e0fd06 Add --output-env <filename> && --output-bootdisk <filename>
4 years ago
sickcodes 246fd12c18 TSV output, for easier scripting
4 years ago