sickcodes
|
363bac93a9
|
Have nopicker stock image again. Allows stock NOPICKER=true again.
|
2021-09-16 18:47:52 +00:00 |
|
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.
|
2021-08-25 23:05:17 +00:00 |
|
sickcodes
|
b96bac8cd2
|
Shift supermin environment variables earlier all images
|
2021-07-28 18:34:48 +00:00 |
|
sickcodes
|
ae32ff2cb4
|
Shift supermin environment variables earlier
|
2021-07-28 18:32:48 +00:00 |
|
sickcodes
|
9a8239f8ec
|
Remove glibc patches, introduce libguestfs test
|
2021-07-28 18:06:03 +00:00 |
|
sickcodes
|
5e294d35c1
|
SUPERMIN_KERNEL downgrade to 5.12 due to zstd issue
|
2021-07-28 17:25:52 +00:00 |
|
sickcodes
|
458c4781cd
|
Deep clones for debugging...
|
2021-07-27 23:04:54 +00:00 |
|
sickcodes
|
ca92e33b20
|
Fix Dockerfile
|
2021-07-27 21:00:18 +00:00 |
|
sickcodes
|
d910db6958
|
Re-insert patched glib & downgraded file command.
|
2021-07-27 20:36:50 +00:00 |
|
sickcodes
|
87efcbb6f6
|
Add glibc patch once, remove Big Sur required fix for OpenCore as no longer required.
|
2021-07-27 02:30:29 +00:00 |
|
sickcodes
|
d2dadeea4d
|
Remove +pcid from boot args. Submodule update.
|
2021-07-25 20:35:54 +00:00 |
|
sickcodes
|
f4fd2d53fd
|
Retire glibc patch. Retire file command patch. Add bootmenu=on .
|
2021-07-25 19:25:39 +00:00 |
|
sickcodes
|
866a429848
|
Add CPUID_FLAGS to edit the CPUID flags on the fly.
|
2021-07-08 23:32:26 +00:00 |
|
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
|
2021-05-06 05:29:26 +00:00 |
|
sickcodes
|
c31e2618c6
|
Disable chown warning
|
2021-05-04 08:52:49 +00:00 |
|
sickcodes
|
5dc2f4fd04
|
Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244
|
2021-04-27 22:58:05 +00:00 |
|
sickcodes
|
309ff1cd51
|
Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.
|
2021-04-18 19:28:03 +00:00 |
|
sickcodes
|
15cb15e153
|
[@aronzvi](https://github.com/aronzvi) - Fixed Failed to boot OSX with GENERATE_UNIQUE #244
|
2021-04-18 16:06:29 +00:00 |
|
sickcodes
|
19439bf2bd
|
Add LIBGUESTFS debug & trace commands, exit on fail. Update credits
|
2021-04-18 10:54:43 +00:00 |
|
sickcodes
|
d4ffc1f2f3
|
Restore fetch-macOS.py from OSX-KVM previous
|
2021-03-25 13:59:59 +00:00 |
|
sickcodes
|
2414f466d0
|
Enable interactive QEMU. Remove envsubst since we are already using bash. Add -x flag
|
2021-03-24 21:16:03 +00:00 |
|
sickcodes
|
27cd8247ee
|
Substitution if not null only
|
2021-03-24 18:14:05 +00:00 |
|
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.
|
2021-03-24 13:40:16 +00:00 |
|
sickcodes
|
f6e0bfa202
|
Default RAM=3
Fixes https://github.com/sickcodes/Docker-OSX/issues/207
|
2021-03-19 19:34:05 +00:00 |
|
sickcodes
|
d4b8a0f2be
|
Fix RAM math error for -e RAM=max
|
2021-03-17 21:20:31 +00:00 |
|
sickcodes
|
57e8d0c06d
|
Typo: Use RAM=max or RAM=half to suit all machines, dynamically.
|
2021-03-17 20:58:11 +00:00 |
|
sickcodes
|
413b09df93
|
Use RAM=max or RAM=half to suit all machines, dynamically.
|
2021-03-17 20:27:39 +00:00 |
|
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} \
```
|
2021-03-14 12:10:14 +00:00 |
|
sickcodes
|
e4c0b64200
|
FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}"
|
2021-03-09 20:34:09 +00:00 |
|
sickcodes
|
9fffacde9a
|
Incorrect link update
|
2021-03-09 19:29:38 +00:00 |
|
sickcodes
|
5a71e19756
|
./custom is now ./osx-serial-generator via submodule. Submodule inits.
|
2021-03-09 16:55:18 +00:00 |
|
sickcodes
|
c2916fd487
|
Dockerfile syntax error.
|
2021-03-06 19:25:26 +00:00 |
|
sickcodes
|
7382df8fa1
|
Fix BOOTDISK expected logic
|
2021-03-06 19:18:23 +00:00 |
|
sickcodes
|
7d6e5b30d8
|
Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99.
|
2021-03-06 17:59:03 +00:00 |
|
sickcodes
|
8935ce08ab
|
Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.
|
2021-03-06 17:48:15 +00:00 |
|
sickcodes
|
2077c3a453
|
v4.1 WIDTH/HEIGHT && move resolution README note
|
2021-03-04 13:22:13 +00:00 |
|
sickcodes
|
4b278bc42c
|
Shift exits
|
2021-03-04 12:05:41 +00:00 |
|
sickcodes
|
45a5f2c074
|
wget -O case sensitive, silence source /env errors.
|
2021-03-04 11:57:52 +00:00 |
|
sickcodes
|
377c4e7cc5
|
Add -e MASTER_PLIST_URL to change the input config.plist at runtime.
|
2021-03-04 09:52:45 +00:00 |
|
sickcodes
|
5469cb8a58
|
Add WIDTH and HEIGHT environment variables
|
2021-03-03 16:54:45 +00:00 |
|
sickcodes
|
55f3fd00b1
|
Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'
|
2021-03-02 21:24:28 +00:00 |
|
sickcodes
|
5d648e1b59
|
Switch default internet to vmxnet3 as there is no incompatability with services.
|
2021-03-01 11:23:12 +00:00 |
|
sickcodes
|
275b27ef8f
|
Documentation for Big Sur. v4.0
|
2021-02-27 12:10:08 +00:00 |
|
sickcodes
|
d2ee959d27
|
Add bigsur BaseSystem.img support. Use --build-arg VERSION=11 or higher. Downloads latest version currently.
|
2021-02-27 07:54:28 +00:00 |
|
sickcodes
|
a9e8821a06
|
Update helm chart to include link back to OG project. Dissolve testing branch references in favor of master.
|
2021-02-27 07:05:43 +00:00 |
|
sickcodes
|
91131a6bbb
|
Add exists exits and required serial number files for building disk
|
2021-02-26 09:25:40 +00:00 |
|
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)."
|
2021-02-26 06:42:57 +00:00 |
|
sickcodes
|
d1721028c8
|
NOPICKER now does: sed -i '/^.*InstallMedia.*/d' Launch.sh
|
2021-02-26 05:49:40 +00:00 |
|
sickcodes
|
84326051ca
|
source "${ENV:=/env}" logic
|
2021-02-26 05:30:09 +00:00 |
|
sickcodes
|
f2a49b046b
|
Fixed subshell logic in startup scripts.
|
2021-02-26 05:26:35 +00:00 |
|