Commit Graph

142 Commits (d380dd13451aa1431af9bef6a41c8b58db07ae6d)

Author SHA1 Message Date
sickcodes 15cb15e153 [@aronzvi](https://github.com/aronzvi) - Fixed Failed to boot OSX with GENERATE_UNIQUE #244
4 years ago
sickcodes 19439bf2bd Add LIBGUESTFS debug & trace commands, exit on fail. Update credits
4 years ago
sickcodes d4ffc1f2f3 Restore fetch-macOS.py from OSX-KVM previous
4 years ago
sickcodes 2414f466d0 Enable interactive QEMU. Remove envsubst since we are already using bash. Add -x flag
4 years ago
sickcodes 27cd8247ee Substitution if not null only
4 years ago
sickcodes 9e7342f966 Add all ENV variables to each dockerfile for readability. Add RAM allocation buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too.
4 years ago
sickcodes f6e0bfa202
Default RAM=3
4 years ago
sickcodes d4b8a0f2be Fix RAM math error for -e RAM=max
4 years ago
sickcodes 57e8d0c06d Typo: Use RAM=max or RAM=half to suit all machines, dynamically.
4 years ago
sickcodes 413b09df93 Use RAM=max or RAM=half to suit all machines, dynamically.
4 years ago
sickcodes 502457528a
Propose RAM default to 2G instead of 8G
4 years ago
sickcodes e4c0b64200 FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}"
4 years ago
sickcodes 9fffacde9a Incorrect link update
4 years ago
sickcodes 5a71e19756 ./custom is now ./osx-serial-generator via submodule. Submodule inits.
4 years ago
sickcodes c2916fd487 Dockerfile syntax error.
4 years ago
sickcodes 7382df8fa1 Fix BOOTDISK expected logic
4 years ago
sickcodes 7d6e5b30d8 Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99.
4 years ago
sickcodes 8935ce08ab Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.
4 years ago
sickcodes 2077c3a453 v4.1 WIDTH/HEIGHT && move resolution README note
4 years ago
sickcodes 4b278bc42c Shift exits
4 years ago
sickcodes 45a5f2c074 wget -O case sensitive, silence source /env errors.
4 years ago
sickcodes 377c4e7cc5 Add -e MASTER_PLIST_URL to change the input config.plist at runtime.
4 years ago
sickcodes 5469cb8a58 Add WIDTH and HEIGHT environment variables
4 years ago
sickcodes 55f3fd00b1 Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'
4 years ago
sickcodes 5d648e1b59 Switch default internet to vmxnet3 as there is no incompatability with services.
4 years ago
sickcodes 275b27ef8f Documentation for Big Sur. v4.0
4 years ago
sickcodes d2ee959d27 Add bigsur BaseSystem.img support. Use `--build-arg VERSION=11` or higher. Downloads latest version currently.
4 years ago
sickcodes a9e8821a06 Update helm chart to include link back to OG project. Dissolve testing branch references in favor of master.
4 years ago
sickcodes 91131a6bbb Add exists exits and required serial number files for building disk
4 years ago
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)."
4 years ago
sickcodes d1721028c8 NOPICKER now does: `sed -i '/^.*InstallMedia.*/d' Launch.sh`
4 years ago
sickcodes 84326051ca source "${ENV:=/env}" logic
4 years ago
sickcodes f2a49b046b Fixed subshell logic in startup scripts.
4 years ago
sickcodes a651aa0369 Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
4 years ago
sickcodes c5aab3020d Set defaults in obvious places
4 years ago
sickcodes 284fe9fbde Early chown required for all volumes...
4 years ago
sickcodes 316a8abfa0 Set temporary branch
4 years ago
sickcodes 23ab20c2fa Major serial number runtime generation and override changes.
4 years ago
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.
4 years ago
sickcodes 372905218f Add zip, fix global variables in the serial generator.
4 years ago
sickcodes f608206926 Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking speed docs.
4 years ago
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.
4 years ago
sickcodes fb73a31191 Self-host in the repo glibc to emphasize the temporariness of this patch.
4 years ago
sickcodes 4dcf20a362 Kubernetes helm chart submission! Thanks @cephasara
4 years ago
Ben Mitchell 7cc833046f
Tempfix for arch
4 years ago
sickcodes 91790f5f5d Add a default shell variable for the nic.
4 years ago
sickcodes 54afd6ad58 Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime arguments.
4 years ago
sickcodes 9a1cbbff95 Remove pacman -Scc until later.
4 years ago
sickcodes 9228312eba Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.
4 years ago
sickcodes 8db77770b0 Remove pointless VOLUME command. Replace curl with wget.
4 years ago
sickcodes 6c8fdea032 Bug in ARG for Original Dockerfile
4 years ago
sickcodes a09c565e36 [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.naked
4 years ago
sickcodes 849b2b8530 Use IMAGE_PATH as a variable during envsubst for the full path of mac_hdd_ng.img
4 years ago
sickcodes 2a949dfb02 Fix sounds errors and sshd missing on latest build
4 years ago
sickcodes 8d6d0359b1 v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with iptables-nft. Remove libguestfs.
4 years ago
sickcodes 05f9555664
Merge pull request #121 from PeterDaveHello/ImproveDockerfile
4 years ago
sickcodes bac7f39317 Added CHANGELOG, rankmirrors buildargs: RANKMIRRORS=yes, MIRROR_COUNTRY=US, MIRROR_COUNT=10
4 years ago
Peter Dave Hello 5b4dc0a892 Adjust spaces and empty lines in Dockerfile
4 years ago
Peter Dave Hello e01ada40cd Remove not used packages in Dockerfile
4 years ago
Peter Dave Hello c3360712c9 Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh
4 years ago
Peter Dave Hello 70573dea14 Merge a few `WORKDIR` & `RUN git clone` in Dockerfile
4 years ago
Peter Dave Hello 90c346cd1a Remove unnecessary `WORKDIR` instruction in Dockerfile
4 years ago
sickcodes 392c885a6a
Merge pull request #110 from PeterDaveHello/git-clone-depth-1
4 years ago
Peter Dave Hello cede544c2e Simplify .ssh directory setup process in Dockerfile
4 years ago
Peter Dave Hello 4b17459897 Reduce image size by setting git clone depth
4 years ago
sickcodes f03278da1b Fixed Dockerfile instructions to align with the README instructions.
4 years ago
sickcodes 81682df5fe [QOL] Launch without having to press anything at the boot menu (see readme)
4 years ago
sickcodes 3972e009de Add vim and nano to the container, expand on ipv4 forwarding docs, add info about ${DISPLAY:-:0.0}
4 years ago
sickcodes b710a8a082 v2.6 Update documentation
4 years ago
sickcodes cc09cfb24d OSX-KVM folder
4 years ago
sickcodes 040b560209 Paths
4 years ago
sickcodes 204777a3ee Work folder
4 years ago
Alexander Clouter 34757eb754
improve handling of BaseSystem.dmg to reduce image by 2.5GB (from 6GB)
4 years ago
Alexander Clouter bb7de1bfea
make audio driver configurable but defaults to alsa
4 years ago
Alexander Clouter 41dee4b321
remove need for privileged
4 years ago
Alexander Clouter 96302c6f6d
remove need for DISPLAY
4 years ago
Alexander Clouter de9b31923c
support fallback to tcg from kvm
4 years ago
Alexander Clouter a07da08cfd
use shell exec/set-eu
4 years ago
Alexander Clouter 02564cba09
use shell expansions for defaults
4 years ago
Alexander Clouter 07b9c8b80d
empty pkg cache
4 years ago
sickcodes 35ca1ebaf8 VNC: updated for tigervnc 1.11.0 https://github.com/TigerVNC/tigervnc/releases
4 years ago
Ben Mitchell 3b1a8431db
Update macOS + add Screen Sharing
4 years ago
tlier cf27ba15a3 Correct empty continuation line
4 years ago
tlier 89123ea521 Reduce number of layers by grouping some of RUN commands
4 years ago
name 0a9da5af75 SSH! Set -e RAM, -e CORES, -e EXTRA QEMU commands. VNC version update to core.
4 years ago
Quinn Casey e04d55572b
Remove yay dependancy
4 years ago
Miroslav Šedivý 38cb1d70ba download only BaseSystem.dmg
4 years ago
name 062b2133fc x11 xhost
5 years ago
name 8eedf13a9e 2 useless commands
5 years ago
name 0ec899a759 Removed the check for hub.docker.com
5 years ago
name 333aeefd4f Additional boot instructions
5 years ago
name 15bf6f26be Docker-OSX!
5 years ago