Original PR: https://github.com/sickcodes/Docker-OSX/pull/758 Author: @sickcodes Created: 4/1/2024 Status: ✅ Merged Merged: 4/8/2024 Merged by: @sickcodes
Base: master ← Head: sonoma
master
sonoma
669bea2
b09155a
d09fa38
a208578
e17ee6c
54c9655
37aad04
6 files changed (+44 additions, -6 deletions)
📝 Dockerfile (+11 -5) 📝 README.md (+29 -0) 📝 osx-serial-generator (+1 -1) 📝 tests/boot-images.sh (+2 -0) ➕ tests/sonoma_master.png (+0 -0) 📝 tests/test.sh (+1 -0)
Dockerfile
README.md
osx-serial-generator
tests/boot-images.sh
tests/sonoma_master.png
tests/test.sh
Plist changes made to support Sonoma: https://github.com/sickcodes/osx-serial-generator/commit/908b3d687a200ca6691750fac967670d76f2a17b
docker build -t docker-osx-sonoma --build-arg BRANCH=sonoma --build-arg SHORTNAME=sonoma . docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true \ -e SMP=16 \ -e CORES=16 \ -e RAM=16 \ -e CPU='Haswell-noTSX' \ -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist' \ docker-osx-sonoma
Note the branch: https://raw.githubusercontent.com/sickcodes/osx-serial-generator/sonoma-fix/config-custom-sonoma.plist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/758
Author: @sickcodes
Created: 4/1/2024
Status: ✅ Merged
Merged: 4/8/2024
Merged by: @sickcodes
Base:
master← Head:sonoma📝 Commits (7)
669bea2Add sonoma to README and build script. Plist changes shall be made via https://github.com/kholia/OSX-KVM/commit/422bb3b7137cd13468aee86de3640835e1d774f9 and then update submodule sickcodes/osx-serial-generatorb09155aAdd another version specific fieldd09fa38Update submodulea208578Merge @kholia/OSX-KVM Set XHCI controller to qemu-xhci for USB keyboard/ mouse on macOS 14.4 #238e17ee6cUpdate submodule54c9655Add tests/sonoma_master.png37aad04Add sonoma to README with special flags📊 Changes
6 files changed (+44 additions, -6 deletions)
View changed files
📝
Dockerfile(+11 -5)📝
README.md(+29 -0)📝
osx-serial-generator(+1 -1)📝
tests/boot-images.sh(+2 -0)➕
tests/sonoma_master.png(+0 -0)📝
tests/test.sh(+1 -0)📄 Description
Plist changes made to support Sonoma: https://github.com/sickcodes/osx-serial-generator/commit/908b3d687a200ca6691750fac967670d76f2a17b
Note the branch: https://raw.githubusercontent.com/sickcodes/osx-serial-generator/sonoma-fix/config-custom-sonoma.plist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.