diff options
| author | sickcodes <[email protected]> | 2021-07-27 02:30:29 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-07-27 02:30:29 +0000 |
| commit | 87efcbb6f66638875cec104fa02ed9a6386630fc (patch) | |
| tree | 056c0bc33b32aa1cbcd87698211487a89d7dea1d /README.md | |
| parent | Remove `+pcid` from boot args. Submodule update. (diff) | |
| download | docker-osx-87efcbb6f66638875cec104fa02ed9a6386630fc.tar.xz docker-osx-87efcbb6f66638875cec104fa02ed9a6386630fc.zip | |
Add glibc patch once, remove Big Sur required fix for OpenCore as no longer required.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -44,8 +44,6 @@ docker run -it \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ - -e GENERATE_UNIQUE=true \ - -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \ sickcodes/docker-osx:big-sur ``` @@ -60,20 +58,7 @@ SEE commands in [https://github.com/sickcodes/osx-optimizer](https://github.com/ ## Important notices: -**2021-05-04:** Big Sur requires an updated OpenCore.qcow2 image, simply add: - -``` -# this will not be required after OSX-KVM integrates the changes. No effect if you were already using this method. - -e GENERATE_UNIQUE=true \ - -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \ -``` - -**2021-05-08:** QEMU 6 VNC changes: - -For Docker-OSX users who are using [VNC over QEMU using](#building-a-headless-container-which-allows-insecure-vnc-on-localhost-for-local-use-only) `-e EXTRA=...` - -- `password` is now `password=on` -- `change vnc password` now need a username at the end, `change vnc password someuser` +**2021-07-27:** Bug in libguestfs currently preventing `GENERATE_UNIQUE` and `GENERATE_TRUE` ## Technical details |