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 |
sickcodes
|
84fc71722c
|
Syntax error: `elif` obviously needs a `; then`
|
4 years ago |
sickcodes
|
377c4e7cc5
|
Add -e MASTER_PLIST_URL to change the input config.plist at runtime.
|
4 years ago |
sickcodes
|
3f4c0c6bd4
|
Add --custom-plist-url, --custom-plist <filename> or --master-plist to both serial generators.
|
4 years ago |
sickcodes
|
408248ae4f
|
Missing WIDTH and HEIGHT from naked and auto Dockerfiles
|
4 years ago |
sickcodes
|
5469cb8a58
|
Add WIDTH and HEIGHT environment variables
|
4 years ago |
sickcodes
|
2e185aa2c3
|
Merge pull request #162 from sickcodes/additional-ports
Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,'
|
4 years ago |
sickcodes
|
55f3fd00b1
|
Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'
|
4 years ago |