Commit Graph

399 Commits

Author SHA1 Message Date
sickcodes
45a5f2c074 wget -O case sensitive, silence source /env errors. 2021-03-04 11:57:52 +00:00
sickcodes
84fc71722c Syntax error: elif obviously needs a ; then 2021-03-04 11:42:36 +00:00
sickcodes
377c4e7cc5 Add -e MASTER_PLIST_URL to change the input config.plist at runtime. 2021-03-04 09:52:45 +00:00
sickcodes
3f4c0c6bd4 Add --custom-plist-url, --custom-plist <filename> or --master-plist to both serial generators. 2021-03-04 09:48:04 +00:00
sickcodes
408248ae4f Missing WIDTH and HEIGHT from naked and auto Dockerfiles 2021-03-04 09:12:50 +00:00
sickcodes
5469cb8a58 Add WIDTH and HEIGHT environment variables 2021-03-03 16:54:45 +00:00
sickcodes
2e185aa2c3
Merge pull request #162 from sickcodes/additional-ports
Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,'
2021-03-03 07:09:27 +00:00
sickcodes
55f3fd00b1 Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,' 2021-03-02 21:24:28 +00:00
sickcodes
60daed5e3a
Merge pull request #161 from edsonboldrini/patch-1
Update README.md
2021-03-02 15:51:00 +00:00
Edson Boldrini
5b060b8de2
Update README.md 2021-03-02 07:20:09 -03:00
sickcodes
e307f1cb51
Merge pull request #160 from sickcodes/vmxnet3
Switch default internet to vmxnet3 as there is no incompatability...
2021-03-01 11:46:29 +00:00
sickcodes
5d648e1b59 Switch default internet to vmxnet3 as there is no incompatability with services. 2021-03-01 11:23:12 +00:00
sickcodes
275b27ef8f Documentation for Big Sur. v4.0 2021-02-27 12:10:08 +00:00
sickcodes
fd80032eab
Merge pull request #158 from sickcodes/bigsur
Add bigsur BaseSystem.img support. Use `--build-arg VERSION=11`
2021-02-27 11:44:40 +00:00
sickcodes
d2ee959d27 Add bigsur BaseSystem.img support. Use --build-arg VERSION=11 or higher. Downloads latest version currently. 2021-02-27 07:54:28 +00:00
sickcodes
8fffd79f16
Merge pull request #157 from sickcodes/helm-updates
Update helm chart to include link back to OG project. Dissolve testing branch references in favor of master.
2021-02-27 07:07:52 +00:00
sickcodes
a9e8821a06 Update helm chart to include link back to OG project. Dissolve testing branch references in favor of master. 2021-02-27 07:05:43 +00:00
sickcodes
27efe6658d
Merge pull request #155 from sickcodes/custom-identity
Custom Serial Numbers (iMessage/iCloud security analysis)
2021-02-26 17:34:41 +00:00
sickcodes
60132b6c81 README.md Serial Number/iMessage readiness 2021-02-26 12:27:37 +00:00
sickcodes
91131a6bbb Add exists exits and required serial number files for building disk 2021-02-26 09:25:40 +00:00
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)." 2021-02-26 06:42:57 +00:00
sickcodes
d1721028c8 NOPICKER now does: sed -i '/^.*InstallMedia.*/d' Launch.sh 2021-02-26 05:49:40 +00:00
sickcodes
84326051ca source "${ENV:=/env}" logic 2021-02-26 05:30:09 +00:00
sickcodes
f2a49b046b Fixed subshell logic in startup scripts. 2021-02-26 05:26:35 +00:00
sickcodes
a651aa0369 Change -e NOPICKER=true to simply do export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2. 2021-02-26 04:22:56 +00:00
sickcodes
7dc344ef44
Merge pull request #154 from sickcodes/wget-options
Add an unset WGET_OPTIONS variable for hub.docker.com to download 20GB silently, but not general users.
2021-02-26 03:52:43 +00:00
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. 2021-02-26 03:46:58 +00:00
sickcodes
9a846bbdbf Chown the disk image early. 2021-02-25 18:35:23 +00:00
sickcodes
c5aab3020d Set defaults in obvious places 2021-02-25 18:16:24 +00:00
sickcodes
284fe9fbde Early chown required for all volumes... 2021-02-25 15:17:52 +00:00
sickcodes
316a8abfa0 Set temporary branch 2021-02-25 14:49:43 +00:00
sickcodes
23ab20c2fa Major serial number runtime generation and override changes. 2021-02-25 14:03:06 +00:00
sickcodes
9f104526e0 Typo 2021-02-25 08:58:52 +00:00
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. 2021-02-25 08:52:56 +00:00
sickcodes
4ffed54724 WIP generate-specific-bootdisk.sh 2021-02-24 12:17:16 +00:00
sickcodes
7886e0fd06 Add --output-env <filename> && --output-bootdisk <filename> 2021-02-24 11:49:20 +00:00
sickcodes
246fd12c18 TSV output, for easier scripting 2021-02-24 09:46:18 +00:00
sickcodes
d3e86e1c53 Add config.plist and OpenCore boot disk generator to the script. 2021-02-24 05:52:17 +00:00
sickcodes
372905218f Add zip, fix global variables in the serial generator. 2021-02-24 05:29:17 +00:00
sickcodes
5aa689e8ad WIP: Machine unique value generator 2021-02-24 05:12:38 +00:00
sickcodes
d2952a4f65
Merge pull request #153 from sickcodes/nopickers
NOPICKER environment variable for all images.
2021-02-21 11:08:19 +00:00
sickcodes
f608206926 Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking speed docs. 2021-02-21 11:02:41 +00:00
sickcodes
4ac0bf163d Required KVM parameter fix. No idea how it's been absent for this long. 2021-02-21 10:50:19 +00:00
sickcodes
8fb4c56799
Merge pull request #152 from sickcodes/base-devel-switch
3.1. archlinux:base-devel. glibc everywhere. Forgo testing repos.
2021-02-21 06:43:21 +00:00
sickcodes
6f40c4c4de 3.1. base-devel image to skip simple packages. Add glibc overrides after every pacman -Syu which is currently required for non-Arch builds. 2021-02-21 06:38:27 +00:00
sickcodes
d6b99ff62e
Merge pull request #151 from sickcodes/docker-osx-kubernetes
Docker OSX Kubernetes
2021-02-12 18:20:36 +00:00
sickcodes
fb73a31191 Self-host in the repo glibc to emphasize the temporariness of this patch. 2021-02-12 18:17:38 +00:00
sickcodes
4dcf20a362 Kubernetes helm chart submission! Thanks @cephasara 2021-02-12 18:11:48 +00:00
sickcodes
fad0c874b5
Merge pull request #150 from MrBenFTW/patch-2
Tempfix for arch
2021-02-12 16:02:45 +00:00
Ben Mitchell
7cc833046f
Tempfix for arch
Temporarily downgrade glibc while a new version is being made.
2021-02-12 15:50:11 +00:00