aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-05-04 09:46:00 +0000
committersickcodes <[email protected]>2021-05-04 09:46:00 +0000
commit879b964621eda40e627595838c76ee6c3e3a48c9 (patch)
tree7997a23e572506167af11aa835d592f169fd9685 /README.md
parentApply Big Sur fix update submodule from https://github.com/sickcodes/osx-seri... (diff)
downloaddocker-osx-879b964621eda40e627595838c76ee6c3e3a48c9.tar.xz
docker-osx-879b964621eda40e627595838c76ee6c3e3a48c9.zip
Update README.md with Big Sur 11.3 Fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index f30911a..0d3d954 100644
--- a/README.md
+++ b/README.md
@@ -44,9 +44,20 @@ 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
```
+## Important notices:
+
+**2021-05-04:** Big Sur requires an updated OpenCore.qcow2 image, simply add:
+
+```
+ -e GENERATE_UNIQUE=true \
+ -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \
+```
+
## Technical details
There currently four images, each with different use cases (explained [below](#container-images)):