| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move `/home/arch/OSX-KVM` to `/home/arch/Docker-OSX/OSX-KVM`, but symlink it ↵persistent | sickcodes | 2022-02-24 | 1 | -9/+9 |
| | | | | | anyway | ||||
| * | `RUN sudo sed -i -e 's/^\#RemoteFileSigLevel/RemoteFileSigLevel/g' ↵shrink-naked | sickcodes | 2021-11-29 | 1 | -2/+2 |
| | | | | | /etc/pacman.conf` | ||||
| * | Rare issue regarding signatures from the arch archives. | sickcodes | 2021-11-29 | 1 | -3/+9 |
| | | |||||
| * | libguestfs games | sickcodes | 2021-10-31 | 1 | -11/+7 |
| | | |||||
| * | Opencore --> OpenCore (typo...) | sickcodes | 2021-10-30 | 1 | -1/+1 |
| | | |||||
| * | Add missing kernel headers | sickcodes | 2021-10-30 | 1 | -1/+3 |
| | | |||||
| * | Fixes #368 Downgrade kernel for the subsystem to 5.12, and hold back ↵libguestfs-linux-hold | sickcodes | 2021-10-29 | 1 | -9/+19 |
| | | | | | libguestfs at libguestfs-1.44.1 | ||||
| * | `OpenCore-Catalina/OpenCore.qcow2` was moved to `OpenCore/OpenCore.qcow2`, ↵ | sickcodes | 2021-10-28 | 1 | -4/+12 |
| | | | | | symlink it anyway | ||||
| * | Fix MAC_PASSWORD variable name (should be PASSWORD), Add docs for folder sharing | sickcodes | 2021-08-27 | 1 | -1/+1 |
| | | |||||
| * | Add new image `docker pull sickcodes/docker-osx:naked-auto`. Also allow -e ↵ | sickcodes | 2021-08-25 | 1 | -6/+10 |
| | | | | | USERNAME -e PASSWORD for auto, even though it's 20GB. | ||||
| * | Shift supermin environment variables earlier all images | sickcodes | 2021-07-28 | 1 | -3/+5 |
| | | |||||
| * | Remove glibc patches, introduce libguestfs test | sickcodes | 2021-07-28 | 1 | -17/+12 |
| | | |||||
| * | Re-insert patched glib & downgraded file command. | sickcodes | 2021-07-27 | 1 | -0/+20 |
| | | |||||
| * | Retire glibc patch. Retire file command patch. Add `bootmenu=on`. | sickcodes | 2021-07-25 | 1 | -19/+0 |
| | | |||||
| * | Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon ↵ | sickcodes | 2021-05-06 | 1 | -1/+7 |
| | | | | | boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client` | ||||
| * | Disable chown warning | sickcodes | 2021-05-04 | 1 | -1/+1 |
| | | |||||
| * | Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244 | sickcodes | 2021-04-27 | 1 | -1/+1 |
| | | |||||
| * | Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.file-downgrade-all-images | sickcodes | 2021-04-18 | 1 | -0/+7 |
| | | |||||
| * | Add LIBGUESTFS debug & trace commands, exit on fail. Update credits | sickcodes | 2021-04-18 | 1 | -3/+7 |
| | | |||||
| * | Remove envsubst to allow interactive QEMU using -i | sickcodes | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | Enable interactive QEMU. Remove envsubst since we are already using bash. ↵ | sickcodes | 2021-03-24 | 1 | -1/+1 |
| | | | | | Add -x flag | ||||
| * | Add all ENV variables to each dockerfile for readability. Add RAM allocation ↵ | sickcodes | 2021-03-24 | 1 | -5/+34 |
| | | | | | buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too. | ||||
| * | FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}" | sickcodes | 2021-03-09 | 1 | -1/+2 |
| | | |||||
| * | ./custom is now ./osx-serial-generator via submodule. Submodule inits. | sickcodes | 2021-03-09 | 1 | -3/+3 |
| | | |||||
| * | Dockerfile syntax error. | sickcodes | 2021-03-06 | 1 | -1/+1 |
| | | |||||
| * | Fix BOOTDISK expected logic | sickcodes | 2021-03-06 | 1 | -2/+3 |
| | | |||||
| * | Remove useless case statements. Allow -e HEADLESS=true as human readable ↵ | sickcodes | 2021-03-06 | 1 | -13/+4 |
| | | | | | 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/+2 |
| | | |||||
| * | Missing WIDTH and HEIGHT from naked and auto Dockerfiles | sickcodes | 2021-03-04 | 1 | -5/+9 |
| | | |||||
| * | Documentation for Big Sur. v4.0 | sickcodes | 2021-02-27 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #155 from sickcodes/custom-identity | sickcodes | 2021-02-26 | 1 | -5/+36 |
| |\ | | | | | Custom Serial Numbers (iMessage/iCloud security analysis) | ||||
| | * | 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 | -2/+2 |
| | | | | | | | | | 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 | -6/+8 |
| | | | |||||
| | * | Change `-e NOPICKER=true` to simply do `export ↵ | sickcodes | 2021-02-26 | 1 | -7/+5 |
| | | | | | | | | | BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`. | ||||
| | * | Chown the disk image early. | sickcodes | 2021-02-25 | 1 | -6/+7 |
| | | | |||||
| | * | Set defaults in obvious places | sickcodes | 2021-02-25 | 1 | -0/+4 |
| | | | |||||
| | * | Early chown required for all volumes... | sickcodes | 2021-02-25 | 1 | -3/+3 |
| | | | |||||
| | * | Major serial number runtime generation and override changes. | sickcodes | 2021-02-25 | 1 | -1/+25 |
| | | | |||||
| * | | Add an unset WGET_OPTIONS variable that is set to --no-verbose in ↵ | sickcodes | 2021-02-26 | 1 | -1/+4 |
| |/ | | | | hub.docker.com, but unset by default, so you can watch progress. | ||||
| * | 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 | -1/+13 |
| | | | | | every pacman -Syu which is currently required for non-Arch builds. | ||||
| * | Fixed cwd bug | sickcodes | 2021-02-08 | 1 | -2/+2 |
| | | |||||
| * | Use wget --no-verbose to prevent build buffer overload in the hub.docker.com ↵ | sickcodes | 2021-02-03 | 1 | -1/+1 |
| | | | | | build log | ||||