| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Use IMAGE_PATH as a variable during envsubst for the full path of mac_hdd_ng.img | sickcodes | 2021-01-07 | 1 | -1/+3 |
| | | |||||
| * | Fix sounds errors and sshd missing on latest build | sickcodes | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with ↵ | sickcodes | 2021-01-05 | 1 | -11/+11 |
| | | | | | iptables-nft. Remove libguestfs. | ||||
| * | Merge pull request #121 from PeterDaveHello/ImproveDockerfile | sickcodes | 2021-01-05 | 1 | -22/+21 |
| |\ | | | | | Improve Dockerfile | ||||
| | * | Adjust spaces and empty lines in Dockerfile | Peter Dave Hello | 2021-01-04 | 1 | -21/+18 |
| | | | | | | | | | | | | | | | | | Details: - Remove trailing spaces - Remove additional empty lines - Replace a few tabs with spces for consistent indent | ||||
| | * | Remove not used packages in Dockerfile | Peter Dave Hello | 2021-01-04 | 1 | -1/+1 |
| | | | |||||
| | * | Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh | Peter Dave Hello | 2021-01-04 | 1 | -0/+2 |
| | | | |||||
| * | | Added CHANGELOG, rankmirrors buildargs: RANKMIRRORS=yes, MIRROR_COUNTRY=US, ↵ | sickcodes | 2021-01-05 | 1 | -0/+16 |
| |/ | | | | MIRROR_COUNT=10 | ||||
| * | Merge a few `WORKDIR` & `RUN git clone` in Dockerfile | Peter Dave Hello | 2020-12-17 | 1 | -5/+2 |
| | | | | | This will reduce the instructions and Docker image layers. | ||||
| * | Remove unnecessary `WORKDIR` instruction in Dockerfile | Peter Dave Hello | 2020-12-17 | 1 | -3/+0 |
| | | | | | | The working directory was not changed before and after it, don't need to change to the SAME directory again :D | ||||
| * | Merge pull request #110 from PeterDaveHello/git-clone-depth-1 | sickcodes | 2020-12-16 | 1 | -2/+2 |
| |\ | | | | | Reduce image size by setting git clone depth | ||||
| | * | Reduce image size by setting git clone depth | Peter Dave Hello | 2020-12-15 | 1 | -2/+2 |
| | | | |||||
| * | | Simplify .ssh directory setup process in Dockerfile | Peter Dave Hello | 2020-12-15 | 1 | -3/+1 |
| |/ | |||||
| * | Fixed Dockerfile instructions to align with the README instructions. | sickcodes | 2020-11-13 | 1 | -6/+2 |
| | | |||||
| * | [QOL] Launch without having to press anything at the boot menu (see readme) | sickcodes | 2020-10-06 | 1 | -1/+5 |
| | | |||||
| * | Add vim and nano to the container, expand on ipv4 forwarding docs, add info ↵ | sickcodes | 2020-10-05 | 1 | -1/+2 |
| | | | | | about ${DISPLAY:-:0.0} | ||||
| * | v2.6 Update documentation | sickcodes | 2020-09-26 | 1 | -1/+1 |
| | | |||||
| * | OSX-KVM folder | sickcodes | 2020-09-25 | 1 | -1/+1 |
| | | |||||
| * | Paths | sickcodes | 2020-09-25 | 1 | -5/+11 |
| | | |||||
| * | Work folder | sickcodes | 2020-09-25 | 1 | -0/+3 |
| | | |||||
| * | improve handling of BaseSystem.dmg to reduce image by 2.5GB (from 6GB) | Alexander Clouter | 2020-09-20 | 1 | -18/+18 |
| | | |||||
| * | make audio driver configurable but defaults to alsa | Alexander Clouter | 2020-09-20 | 1 | -1/+1 |
| | | |||||
| * | remove need for privileged | Alexander Clouter | 2020-09-20 | 1 | -0/+2 |
| | | |||||
| * | remove need for DISPLAY | Alexander Clouter | 2020-09-20 | 1 | -0/+2 |
| | | |||||