| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restore fetch-macOS.py from OSX-KVM previous | sickcodes | 2021-03-25 | 1 | -1/+3 |
| | | |||||
| * | Enable interactive QEMU. Remove envsubst since we are already using bash. ↵ | sickcodes | 2021-03-24 | 1 | -4/+4 |
| | | | | | Add -x flag | ||||
| * | Substitution if not null only | sickcodes | 2021-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add all ENV variables to each dockerfile for readability. Add RAM allocation ↵ | sickcodes | 2021-03-24 | 1 | -18/+24 |
| | | | | | buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too. | ||||
| * | Default RAM=3 | sickcodes | 2021-03-19 | 1 | -1/+2 |
| | | | | Fixes https://github.com/sickcodes/Docker-OSX/issues/207 | ||||
| * | Fix RAM math error for -e RAM=max | sickcodes | 2021-03-17 | 1 | -1/+1 |
| | | |||||
| * | Typo: Use RAM=max or RAM=half to suit all machines, dynamically. | sickcodes | 2021-03-17 | 1 | -1/+1 |
| | | |||||
| * | Use RAM=max or RAM=half to suit all machines, dynamically. | sickcodes | 2021-03-17 | 1 | -1/+8 |
| | | |||||
| * | Propose RAM default to 2G instead of 8G | sickcodes | 2021-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | Alternative, calc at runtime? Perhaps ``` -e RAM=auto \ ``` ``` RAM=${RAM:-$(("$(head -n1 /proc/meminfo | tr -dc '[:digit:]') / 900000"))}000 \ exec qemu-system-x86_64 -m ${RAM} \ ``` | ||||
| * | FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}" | sickcodes | 2021-03-09 | 1 | -1/+2 |
| | | |||||
| * | Incorrect link update | sickcodes | 2021-03-09 | 1 | -1/+1 |
| | | |||||
| * | ./custom is now ./osx-serial-generator via submodule. Submodule inits. | sickcodes | 2021-03-09 | 1 | -4/+4 |
| | | |||||
| * | Dockerfile syntax error. | sickcodes | 2021-03-06 | 1 | -1/+1 |
| | | |||||
| * | Fix BOOTDISK expected logic | sickcodes | 2021-03-06 | 1 | -6/+5 |
| | | |||||
| * | Remove useless case statements. Allow -e HEADLESS=true as human readable ↵ | sickcodes | 2021-03-06 | 1 | -12/+0 |
| | | | | | alternative to -e DISPLAY=:99. | ||||
| * | Fix bootdisk not getting written to persistent file when using ↵ | sickcodes | 2021-03-06 | 1 | -1/+1 |
| | | | | | NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway. | ||||
| * | v4.1 WIDTH/HEIGHT && move resolution README note | sickcodes | 2021-03-04 | 1 | -4/+5 |
| | | |||||
| * | Shift exits | sickcodes | 2021-03-04 | 1 | -2/+2 |
| | | |||||
| * | wget -O case sensitive, silence source /env errors. | sickcodes | 2021-03-04 | 1 | -2/+2 |
| | | |||||
| * | Add -e MASTER_PLIST_URL to change the input config.plist at runtime. | sickcodes | 2021-03-04 | 1 | -0/+4 |
| | | |||||
| * | Add WIDTH and HEIGHT environment variables | sickcodes | 2021-03-03 | 1 | -7/+22 |
| | | |||||
| * | Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,' | sickcodes | 2021-03-02 | 1 | -1/+5 |
| | | |||||
| * | Switch default internet to vmxnet3 as there is no incompatability with services. | sickcodes | 2021-03-01 | 1 | -3/+3 |
| | | |||||
| * | Documentation for Big Sur. v4.0 | sickcodes | 2021-02-27 | 1 | -1/+1 |
| | | |||||
| * | Add bigsur BaseSystem.img support. Use `--build-arg VERSION=11` or higher. ↵ | sickcodes | 2021-02-27 | 1 | -5/+18 |
| | | | | | Downloads latest version currently. | ||||
| * | Update helm chart to include link back to OG project. Dissolve testing ↵ | sickcodes | 2021-02-27 | 1 | -2/+4 |
| | | | | | branch references in favor of master. | ||||
| * | Add exists exits and required serial number files for building disk | sickcodes | 2021-02-26 | 1 | -2/+2 |
| | | |||||
| * | Fix /env permissions for persistence after GENERATE_UNIQUE. Fix the ↵ | sickcodes | 2021-02-26 | 1 | -1/+1 |
| | | | | | 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` | sickcodes | 2021-02-26 | 1 | -1/+4 |
| | | |||||
| * | source "${ENV:=/env}" logic | sickcodes | 2021-02-26 | 1 | -2/+1 |
| | | |||||
| * | Fixed subshell logic in startup scripts. | sickcodes | 2021-02-26 | 1 | -9/+11 |
| | | |||||
| * | Change `-e NOPICKER=true` to simply do `export ↵ | sickcodes | 2021-02-26 | 1 | -2/+2 |
| | | | | | BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`. | ||||
| * | Set defaults in obvious places | sickcodes | 2021-02-25 | 1 | -4/+8 |
| | | |||||
| * | Early chown required for all volumes... | sickcodes | 2021-02-25 | 1 | -3/+2 |
| | | |||||
| * | Set temporary branch | sickcodes | 2021-02-25 | 1 | -1/+2 |
| | | |||||
| * | Major serial number runtime generation and override changes. | sickcodes | 2021-02-25 | 1 | -3/+54 |
| | | |||||
| * | Add Linux, libguestfs for building bootdisks within the Docker container. ↵ | sickcodes | 2021-02-25 | 1 | -2/+14 |
| | | | | | Add CPU_STRING to optionally override the whole CPU string. Unify variable names in ./custom. | ||||
| * | Add zip, fix global variables in the serial generator. | sickcodes | 2021-02-24 | 1 | -1/+1 |
| | | |||||
| * | Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking ↵ | sickcodes | 2021-02-21 | 1 | -0/+3 |
| | | | | | speed docs. | ||||
| * | 3.1. base-devel image to skip simple packages. Add glibc overrides after ↵ | sickcodes | 2021-02-21 | 1 | -7/+19 |
| | | | | | every pacman -Syu which is currently required for non-Arch builds. | ||||
| * | Self-host in the repo glibc to emphasize the temporariness of this patch. | sickcodes | 2021-02-12 | 1 | -1/+1 |
| | | |||||
| * | Kubernetes helm chart submission! Thanks @cephasara | sickcodes | 2021-02-12 | 1 | -3/+5 |
| | | |||||
| * | Tempfix for arch | Ben Mitchell | 2021-02-12 | 1 | -0/+5 |
| | | | | Temporarily downgrade glibc while a new version is being made. | ||||
| * | Add a default shell variable for the nic. | sickcodes | 2021-02-08 | 1 | -1/+1 |
| | | |||||
| * | Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime ↵ | sickcodes | 2021-02-08 | 1 | -1/+5 |
| | | | | | arguments. | ||||
| * | Remove pacman -Scc until later. | sickcodes | 2021-02-07 | 1 | -14/+14 |
| | | |||||
| * | Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime. | sickcodes | 2021-02-07 | 1 | -3/+4 |
| | | |||||
| * | Remove pointless VOLUME command. Replace curl with wget. | sickcodes | 2021-01-26 | 1 | -5/+3 |
| | | |||||
| * | Bug in ARG for Original Dockerfile | sickcodes | 2021-01-24 | 1 | -3/+3 |
| | | |||||
| * | [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.naked | sickcodes | 2021-01-24 | 1 | -18/+25 |
| | | |||||