aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Expand)AuthorAgeFilesLines
...
* FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}"sickcodes2021-03-091-1/+2
* Incorrect link updatesickcodes2021-03-091-1/+1
* ./custom is now ./osx-serial-generator via submodule. Submodule inits.sickcodes2021-03-091-4/+4
* Dockerfile syntax error.sickcodes2021-03-061-1/+1
* Fix BOOTDISK expected logicsickcodes2021-03-061-6/+5
* Remove useless case statements. Allow -e HEADLESS=true as human readable alte...sickcodes2021-03-061-12/+0
* Fix bootdisk not getting written to persistent file when using NOPICKER=true....sickcodes2021-03-061-1/+1
* v4.1 WIDTH/HEIGHT && move resolution README notesickcodes2021-03-041-4/+5
* Shift exitssickcodes2021-03-041-2/+2
* wget -O case sensitive, silence source /env errors.sickcodes2021-03-041-2/+2
* Add -e MASTER_PLIST_URL to change the input config.plist at runtime.sickcodes2021-03-041-0/+4
* Add WIDTH and HEIGHT environment variablessickcodes2021-03-031-7/+22
* Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'sickcodes2021-03-021-1/+5
* Switch default internet to vmxnet3 as there is no incompatability with services.sickcodes2021-03-011-3/+3
* Documentation for Big Sur. v4.0sickcodes2021-02-271-1/+1
* Add bigsur BaseSystem.img support. Use `--build-arg VERSION=11` or higher. Do...sickcodes2021-02-271-5/+18
* Update helm chart to include link back to OG project. Dissolve testing branch...sickcodes2021-02-271-2/+4
* Add exists exits and required serial number files for building disksickcodes2021-02-261-2/+2
* Fix /env permissions for persistence after GENERATE_UNIQUE. Fix the following...sickcodes2021-02-261-1/+1
* NOPICKER now does: `sed -i '/^.*InstallMedia.*/d' Launch.sh`sickcodes2021-02-261-1/+4
* source "${ENV:=/env}" logicsickcodes2021-02-261-2/+1
* Fixed subshell logic in startup scripts.sickcodes2021-02-261-9/+11
* Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/Op...sickcodes2021-02-261-2/+2
* Set defaults in obvious placessickcodes2021-02-251-4/+8
* Early chown required for all volumes...sickcodes2021-02-251-3/+2
* Set temporary branchsickcodes2021-02-251-1/+2
* Major serial number runtime generation and override changes.sickcodes2021-02-251-3/+54
* Add Linux, libguestfs for building bootdisks within the Docker container. Add...sickcodes2021-02-251-2/+14
* Add zip, fix global variables in the serial generator.sickcodes2021-02-241-1/+1
* Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking spe...sickcodes2021-02-211-0/+3
* 3.1. base-devel image to skip simple packages. Add glibc overrides after ever...sickcodes2021-02-211-7/+19
* Self-host in the repo glibc to emphasize the temporariness of this patch.sickcodes2021-02-121-1/+1
* Kubernetes helm chart submission! Thanks @cephasarasickcodes2021-02-121-3/+5
* Tempfix for archBen Mitchell2021-02-121-0/+5
* Add a default shell variable for the nic.sickcodes2021-02-081-1/+1
* Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime argum...sickcodes2021-02-081-1/+5
* Remove pacman -Scc until later.sickcodes2021-02-071-14/+14
* Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.sickcodes2021-02-071-3/+4
* Remove pointless VOLUME command. Replace curl with wget.sickcodes2021-01-261-5/+3
* Bug in ARG for Original Dockerfilesickcodes2021-01-241-3/+3
* [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.nakedsickcodes2021-01-241-18/+25
* Use IMAGE_PATH as a variable during envsubst for the full path of mac_hdd_ng.imgsickcodes2021-01-071-1/+3
* Fix sounds errors and sshd missing on latest buildsickcodes2021-01-071-1/+1
* v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with iptables-nft...sickcodes2021-01-051-11/+11
* Merge pull request #121 from PeterDaveHello/ImproveDockerfilesickcodes2021-01-051-22/+21
|\
| * Adjust spaces and empty lines in DockerfilePeter Dave Hello2021-01-041-21/+18
| * Remove not used packages in DockerfilePeter Dave Hello2021-01-041-1/+1
| * Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX shPeter Dave Hello2021-01-041-0/+2
* | Added CHANGELOG, rankmirrors buildargs: RANKMIRRORS=yes, MIRROR_COUNTRY=US, M...sickcodes2021-01-051-0/+16
|/
* Merge a few `WORKDIR` & `RUN git clone` in DockerfilePeter Dave Hello2020-12-171-5/+2