Commit Graph

454 Commits

Author SHA1 Message Date
sickcodes
998f8d4108 Big Sur auto preparations 2021-03-28 11:04:29 +00:00
sickcodes
ba28790c13
Merge pull request #228 from sickcodes/qemu-interactive
Remove envsubst to allow interactive QEMU using -i
2021-03-28 11:02:11 +00:00
sickcodes
bf9a00e679 Script to build all the images 2021-03-28 10:33:05 +00:00
sickcodes
6243c33e47 Remove envsubst to allow interactive QEMU using -i 2021-03-28 10:17:47 +00:00
sickcodes
95c7ee6792 Add shields with live image sizes 2021-03-26 11:58:31 +00:00
sickcodes
240140ff25
Merge pull request #219 from panos/master
Made further improvements to the README
2021-03-26 11:27:52 +00:00
sickcodes
675d01d797
Merge branch 'master' into master 2021-03-26 11:20:02 +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
cbb7f242d5
Merge pull request #221 from sickcodes/kvmless
IMAGE_FORMAT=qcow2, KVM=
2021-03-24 18:18:11 +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
408bde5aa2 Add more secure VNC password generation. Update osx-serial-generator submodule. Acknowledge OpenCore bootloader usage. 2021-03-23 09:53:17 +00:00
Panagiotis Vasilopoulos
7ea2b8ec48
Made further improvements to the README 2021-03-22 13:20:09 +02:00
sickcodes
37ed54da3d Update docker start commands (drop back into shell using docker start -ai <id>) and CREDITS.md 2021-03-21 21:11:40 +00:00
sickcodes
5bd86a58f6
Merge pull request #212 from panos/master
Improved README
2021-03-21 18:51:29 +00:00
Panagiotis Vasilopoulos
43c65b5430
Improved systemd-related instructions 2021-03-20 11:00:43 +02:00
Panagiotis Vasilopoulos
a494e3e564
Improved README 2021-03-20 10:58:33 +02:00
sickcodes
f6e0bfa202
Default RAM=3
Fixes https://github.com/sickcodes/Docker-OSX/issues/207
2021-03-19 19:34:05 +00:00
sickcodes
9af868d0d1
Merge pull request #206 from sickcodes/dyanmic-ram-default
Use RAM=max or RAM=half to suit all machines, dynamically.
2021-03-17 21:50:13 +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
7c633bc810
Merge pull request #194 from TheHackerCoding/master 2021-03-15 11:46:57 +00:00
TheHackerCoding
79a2c10287
Update README.md 2021-03-15 07:39:17 -04:00
sickcodes
1a10562b01
Merge pull request #189 from sickcodes/low-ram-bug 2021-03-14 12:20:58 +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
5657d4230a Update issue templates 2021-03-14 09:59:30 +00:00
sickcodes
5fc2b8b263 Update issue templates 2021-03-14 09:55:22 +00:00
sickcodes
2295eef68f How to mount additional disks inside OSX 2021-03-12 17:58:33 +00:00
sickcodes
b57d94c2e1
Update issue-template.md 2021-03-10 22:23:31 +00:00
sickcodes
1d52a5a106 Fix redundant documentation 2021-03-09 22:06:35 +00:00
sickcodes
c7efa930c7
Merge pull request #173 from sickcodes/touch-before-chown
sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${…
2021-03-10 03:35:48 +07:00
sickcodes
e4c0b64200 FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}" 2021-03-09 20:34:09 +00:00
sickcodes
8cd84276a3 Add temporary folder for hardlinks ./custom 2021-03-09 20:00:40 +00:00
sickcodes
9fffacde9a Incorrect link update 2021-03-09 19:29:38 +00:00
sickcodes
e2bab5b765
Merge pull request #171 from sickcodes/move-custom-to-submodule
Move custom serial generator scripts to their own repo:
2021-03-10 02:08:27 +07:00
sickcodes
0bce4b044f osx-serial-generator submodule update 2021-03-09 17:52:21 +00:00
sickcodes
5a71e19756 ./custom is now ./osx-serial-generator via submodule. Submodule inits. 2021-03-09 16:55:18 +00:00
sickcodes
d6b86a604a osx-serial-generator submodule update 2021-03-09 16:38:34 +00:00
sickcodes
d32104aae7
Merge pull request #172 from sickcodes/sickcodes-issue-template
Update issue templates
2021-03-09 12:13:51 +00:00
sickcodes
38c84714ee Update issue templates 2021-03-09 12:13:08 +00:00
sickcodes
ab9761adb7 Add https://github.com/sickcodes/osx-serial-generator.git as a submodule to replace ./custom 2021-03-09 08:44:58 +00:00
sickcodes
7f2ef89ab7
Merge pull request #169 from sickcodes/nopicker-bug
Fix BOOTDISK expected logic
2021-03-06 19:39:10 +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
5f595ed588
Merge pull request #168 from sickcodes/generate-custom-edits
Script for making iMessage serial numbers OpenCore Docker-OSX edits
2021-03-06 18:11:45 +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
72d942763e Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if setting their output file names 2021-03-06 17:21:14 +00:00