| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | support fallback to tcg from kvm | Alexander Clouter | 2020-09-20 | 1 | -3/+3 | |
| | | ||||||
| * | use shell exec/set-eu | Alexander Clouter | 2020-09-20 | 1 | -1/+3 | |
| | | ||||||
| * | use shell expansions for defaults | Alexander Clouter | 2020-09-20 | 1 | -19/+4 | |
| | | ||||||
| * | empty pkg cache | Alexander Clouter | 2020-09-20 | 1 | -1/+2 | |
| | | ||||||
| * | VNC: updated for tigervnc 1.11.0 https://github.com/TigerVNC/tigervnc/releases | sickcodes | 2020-09-20 | 1 | -4/+1 | |
| | | ||||||
| * | Update macOS + add Screen Sharing | Ben Mitchell | 2020-08-23 | 1 | -4/+6 | |
| | | | | Update macOS Catalina to the latest version by default and enable port forwarding for screen share | |||||
| * | Correct empty continuation line | tlier | 2020-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | Reduce number of layers by grouping some of RUN commands | tlier | 2020-06-18 | 1 | -53/+53 | |
| | | ||||||
| * | SSH! Set -e RAM, -e CORES, -e EXTRA QEMU commands. VNC version update to core. | name | 2020-06-15 | 1 | -29/+132 | |
| | | ||||||
| * | Remove yay dependancy | Quinn Casey | 2020-06-14 | 1 | -5/+0 | |
| | | ||||||
| * | download only BaseSystem.dmg | Miroslav Šedivý | 2020-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | x11 xhost | name | 2020-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | 2 useless commands | name | 2020-06-05 | 1 | -2/+2 | |
| | | ||||||
| * | Removed the check for hub.docker.com | name | 2020-06-04 | 1 | -1/+2 | |
| | | ||||||
| * | Additional boot instructions | name | 2020-06-04 | 1 | -4/+4 | |
| | | ||||||
| * | Docker-OSX! | name | 2020-06-04 | 1 | -0/+94 | |