sickcodes
|
675d01d797
|
Merge branch 'master' into master
|
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
|
cbb7f242d5
|
Merge pull request #221 from sickcodes/kvmless
IMAGE_FORMAT=qcow2, KVM=
|
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
|
408bde5aa2
|
Add more secure VNC password generation. Update osx-serial-generator submodule. Acknowledge OpenCore bootloader usage.
|
4 years ago |
Panagiotis Vasilopoulos
|
7ea2b8ec48
|
Made further improvements to the README
|
4 years ago |
sickcodes
|
37ed54da3d
|
Update docker start commands (drop back into shell using docker start -ai <id>) and CREDITS.md
|
4 years ago |
sickcodes
|
5bd86a58f6
|
Merge pull request #212 from panos/master
Improved README
|
4 years ago |
Panagiotis Vasilopoulos
|
43c65b5430
|
Improved systemd-related instructions
|
4 years ago |
Panagiotis Vasilopoulos
|
a494e3e564
|
Improved README
|
4 years ago |
sickcodes
|
f6e0bfa202
|
Default RAM=3
Fixes https://github.com/sickcodes/Docker-OSX/issues/207
|
4 years ago |
sickcodes
|
9af868d0d1
|
Merge pull request #206 from sickcodes/dyanmic-ram-default
Use RAM=max or RAM=half to suit all machines, dynamically.
|
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
|
7c633bc810
|
Merge pull request #194 from TheHackerCoding/master
|
4 years ago |
TheHackerCoding
|
79a2c10287
|
Update README.md
|
4 years ago |
sickcodes
|
1a10562b01
|
Merge pull request #189 from sickcodes/low-ram-bug
|
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
|
5657d4230a
|
Update issue templates
|
4 years ago |
sickcodes
|
5fc2b8b263
|
Update issue templates
|
4 years ago |
sickcodes
|
2295eef68f
|
How to mount additional disks inside OSX
|
4 years ago |
sickcodes
|
b57d94c2e1
|
Update issue-template.md
|
4 years ago |
sickcodes
|
1d52a5a106
|
Fix redundant documentation
|
4 years ago |
sickcodes
|
c7efa930c7
|
Merge pull request #173 from sickcodes/touch-before-chown
sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${…
|
4 years ago |
sickcodes
|
e4c0b64200
|
FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}"
|
4 years ago |
sickcodes
|
8cd84276a3
|
Add temporary folder for hardlinks ./custom
|
4 years ago |
sickcodes
|
9fffacde9a
|
Incorrect link update
|
4 years ago |
sickcodes
|
e2bab5b765
|
Merge pull request #171 from sickcodes/move-custom-to-submodule
Move custom serial generator scripts to their own repo:
|
4 years ago |
sickcodes
|
0bce4b044f
|
osx-serial-generator submodule update
|
4 years ago |
sickcodes
|
5a71e19756
|
./custom is now ./osx-serial-generator via submodule. Submodule inits.
|
4 years ago |
sickcodes
|
d6b86a604a
|
osx-serial-generator submodule update
|
4 years ago |
sickcodes
|
d32104aae7
|
Merge pull request #172 from sickcodes/sickcodes-issue-template
Update issue templates
|
4 years ago |
sickcodes
|
38c84714ee
|
Update issue templates
|
4 years ago |
sickcodes
|
ab9761adb7
|
Add https://github.com/sickcodes/osx-serial-generator.git as a submodule to replace ./custom
|
4 years ago |
sickcodes
|
7f2ef89ab7
|
Merge pull request #169 from sickcodes/nopicker-bug
Fix BOOTDISK expected logic
|
4 years ago |
sickcodes
|
c2916fd487
|
Dockerfile syntax error.
|
4 years ago |
sickcodes
|
7382df8fa1
|
Fix BOOTDISK expected logic
|
4 years ago |
sickcodes
|
5f595ed588
|
Merge pull request #168 from sickcodes/generate-custom-edits
Script for making iMessage serial numbers OpenCore Docker-OSX edits
|
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
|
72d942763e
|
Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if setting their output file names
|
4 years ago |
sickcodes
|
3add4f7a98
|
Merge pull request #163 from sickcodes/resolution-changes-runtime
Add WIDTH and HEIGHT environment variables
|
4 years ago |
sickcodes
|
b2f6ac509c
|
Typo
|
4 years ago |
sickcodes
|
2077c3a453
|
v4.1 WIDTH/HEIGHT && move resolution README note
|
4 years ago |
sickcodes
|
4b278bc42c
|
Shift exits
|
4 years ago |
sickcodes
|
e03f0737c3
|
Fix `.//config-custom.plist`
|
4 years ago |
sickcodes
|
45a5f2c074
|
wget -O case sensitive, silence source /env errors.
|
4 years ago |