sickcodes
|
e6fcfd86db
|
libguestfs games
|
3 years ago |
sickcodes
|
0a0ae76333
|
Opencore --> OpenCore (typo...)
|
3 years ago |
sickcodes
|
dca8b28f9f
|
Add missing kernel headers
|
3 years ago |
sickcodes
|
50c87a4bac
|
Hard fail, of course, on libguestfs build errors
|
3 years ago |
sickcodes
|
24033387a3
|
Fixes #368 Downgrade kernel for the subsystem to 5.12, and hold back libguestfs at libguestfs-1.44.1
|
3 years ago |
sickcodes
|
7dfd04eafd
|
`OpenCore-Catalina/OpenCore.qcow2` was moved to `OpenCore/OpenCore.qcow2`, symlink it anyway
|
3 years ago |
Chirag The Doge
|
12b8ce7a2b
|
Update Dockerfile
|
3 years ago |
sickcodes
|
363bac93a9
|
Have nopicker stock image again. Allows stock NOPICKER=true again.
|
3 years ago |
sickcodes
|
61012cf0c8
|
Add new image `docker pull sickcodes/docker-osx:naked-auto`. Also allow -e USERNAME -e PASSWORD for auto, even though it's 20GB.
|
3 years ago |
sickcodes
|
b96bac8cd2
|
Shift supermin environment variables earlier all images
|
3 years ago |
sickcodes
|
ae32ff2cb4
|
Shift supermin environment variables earlier
|
3 years ago |
sickcodes
|
9a8239f8ec
|
Remove glibc patches, introduce libguestfs test
|
3 years ago |
sickcodes
|
5e294d35c1
|
SUPERMIN_KERNEL downgrade to 5.12 due to zstd issue
|
3 years ago |
sickcodes
|
458c4781cd
|
Deep clones for debugging...
|
3 years ago |
sickcodes
|
ca92e33b20
|
Fix Dockerfile
|
3 years ago |
sickcodes
|
d910db6958
|
Re-insert patched glib & downgraded file command.
|
3 years ago |
sickcodes
|
87efcbb6f6
|
Add glibc patch once, remove Big Sur required fix for OpenCore as no longer required.
|
3 years ago |
sickcodes
|
d2dadeea4d
|
Remove `+pcid` from boot args. Submodule update.
|
3 years ago |
sickcodes
|
f4fd2d53fd
|
Retire glibc patch. Retire file command patch. Add `bootmenu=on`.
|
3 years ago |
sickcodes
|
866a429848
|
Add CPUID_FLAGS to edit the CPUID flags on the fly.
|
3 years ago |
sickcodes
|
84e1682700
|
Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`
|
4 years ago |
sickcodes
|
c31e2618c6
|
Disable chown warning
|
4 years ago |
sickcodes
|
5dc2f4fd04
|
Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244
|
4 years ago |
sickcodes
|
309ff1cd51
|
Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.
|
4 years ago |
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
Fixes https://github.com/sickcodes/Docker-OSX/issues/207
|
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
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} \
```
|
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 |