1b55c6e7e5
Change Penryn
to max
...
As stated in QEMU 6
Can test currently with:
`-e CPU=max \`
```
[user@hostname ~]$ qemu-system-x86_64 -cpu help
x86 Penryn (alias configured by machine type)
x86 Penryn-v1 Intel Core 2 Duo P9xxx (Penryn Class Core 2)
...
x86 base base CPU model type with no features enabled
x86 host KVM processor with all supported host features
x86 max Enables all features supported by the accelerator in the current host
```
See https://github.com/sickcodes/Docker-OSX/issues/304
2021-07-09 01:37:30 +00:00
48bc561aa9
Remove GitHub action for building
...
Continuing on hub.docker.com
2021-07-08 23:37:34 +00:00
866a429848
Add CPUID_FLAGS to edit the CPUID flags on the fly.
2021-07-08 23:32:26 +00:00
7014f82a30
Add link to "make it faster" scripts https://github.com/sickcodes/osx-optimizer
...
See: https://github.com/sickcodes/osx-optimizer
2021-07-08 23:22:01 +00:00
2374861720
Add libguestfs-tools to the requirements on Ubuntu
...
Fixes https://github.com/sickcodes/Docker-OSX/issues/311
2021-07-08 23:18:06 +00:00
e11f62a9ef
Merge pull request #288 from johnjhacking/patch-1
2021-07-02 14:45:59 +00:00
0d70bed2ed
Update fetch-macOS.py
2021-07-01 08:33:40 +00:00
0fb7c28608
Create docker build action.
2021-06-28 17:51:06 +00:00
62baabc31e
Change call function to Popen
...
The call function can deadlock if the child process prints larger output. Use Popen with the communicate() method with you need pipes. If you switch to Popen, you'll get cleaner debugging.
2021-06-07 13:52:20 -06:00
54774ab91e
Add APFS extraction instructions.
2021-05-28 22:21:57 +00:00
4e41e2bc08
Fix hero image cache.
2021-05-24 11:14:36 +00:00
64ed979a65
QEMU 6 VNC changes Documentation changes
2021-05-08 15:05:00 +00:00
a4c83df192
Merge pull request #270 from sickcodes/boot-args-cpu
...
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 07:48:00 +00:00
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
879b964621
Update README.md with Big Sur 11.3 Fixes
2021-05-04 09:46:00 +00:00
f5a92a394e
Apply Big Sur fix update submodule from https://github.com/sickcodes/osx-serial-generator/pull/12
2021-05-04 09:36:44 +00:00
53c9b91612
Update credits
2021-05-04 08:52:52 +00:00
c31e2618c6
Disable chown warning
2021-05-04 08:52:49 +00:00
ee65907abe
Update README.md
2021-05-04 04:36:54 +00:00
77307c7b24
Add cool shield from https://dockeri.co/ to README.md
2021-05-02 10:15:06 +00:00
e5f4d6cc12
Merge pull request #260 from m-zheng/patch-1
2021-04-30 07:35:01 +07:00
9ccb93101d
Update README.md
...
add instructions to change resolution after the container is created
2021-04-28 13:14:52 +01:00
5dc2f4fd04
Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244
2021-04-27 22:58:05 +00:00
e102d8c3c7
Merge pull request #258 from tinjaw/csb-z6y1e
2021-04-26 04:25:26 +00:00
c5a2a5539d
initial commit
2021-04-24 09:53:28 -05:00
869b5fafd6
Merge pull request #253 from sickcodes/file-downgrade-all-images
...
Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.
2021-04-18 19:29:43 +00:00
309ff1cd51
Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.
2021-04-18 19:28:03 +00:00
17631b47ef
Merge pull request #252 from sickcodes/file-downgrade-fixes-244
...
Downgrade file command for libguestfs
2021-04-18 16:40:27 +00:00
15cb15e153
[@aronzvi]( https://github.com/aronzvi ) - Fixed Failed to boot OSX with GENERATE_UNIQUE #244
2021-04-18 16:06:29 +00:00
1d3a12a9c6
Merge pull request #251 from sickcodes/libguestfs-exit
...
Add LIBGUESTFS debug & trace commands, exit on fail. Update credits
2021-04-18 12:01:04 +00:00
5542eafad7
Fix CREDITS.md
2021-04-18 10:58:17 +00:00
19439bf2bd
Add LIBGUESTFS debug & trace commands, exit on fail. Update credits
2021-04-18 10:54:43 +00:00
aac1017c40
Merge pull request #250 from a10kiloham/patch-1
...
Adding Bluebubbles as an example use case
2021-04-15 21:55:10 +00:00
d77b5cfcf2
Adding Bluebubbles as an example use case
2021-04-15 17:14:40 +01:00
6e134e763d
Merge pull request #249 from sickcodes/osx-serial-update
...
Update custom from https://github.com/sickcodes/osx-serial-generator.git
2021-04-15 10:12:46 +00:00
0925c6e1b2
Merge pull request #245 from a10kiloham/master
...
Dockerfile for :naked image with VNC support
2021-04-15 09:58:18 +00:00
613236ffc9
Update custom from https://github.com/sickcodes/osx-serial-generator.git
2021-04-15 09:55:15 +00:00
bbb38349b1
Dockerfile for :naked image with VNC support
2021-04-13 18:23:25 +01:00
e2d69c2bb5
Fix NO_CACHE by default for testing
2021-04-12 09:16:44 +00:00
43666a0d5e
Merge pull request #235 from kaoudis/master
...
README / troubleshooting docs improvements
2021-04-08 10:08:19 +00:00
6e50ac14ee
at least the important-ish links work now
2021-04-05 12:27:49 -06:00
ee587a6963
adds some of the more recent notable closed question issues
2021-04-05 11:31:25 -06:00
e9ec998332
couple minor formatting corrections
2021-04-05 10:37:42 -06:00
42b52e2cc3
move things around for flow and fix up links
2021-04-04 16:18:31 -06:00
cb6c0e554b
link to KVM docs from GTK error
2021-04-04 13:47:32 -06:00
b161ad7afd
Update README.md
2021-03-31 09:10:12 +00:00
998f8d4108
Big Sur auto preparations
2021-03-28 11:04:29 +00:00
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
bf9a00e679
Script to build all the images
2021-03-28 10:33:05 +00:00
6243c33e47
Remove envsubst to allow interactive QEMU using -i
2021-03-28 10:17:47 +00:00