[PR #758] [MERGED] Update to add Sonoma #798

Closed
opened 2025-12-29 01:25:17 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: sonoma


📝 Commits (7)

  • 669bea2 Add sonoma to README and build script. Plist changes shall be made via 422bb3b713 and then update submodule sickcodes/osx-serial-generator
  • b09155a Add another version specific field
  • d09fa38 Update submodule
  • a208578 Merge @kholia/OSX-KVM Set XHCI controller to qemu-xhci for USB keyboard/ mouse on macOS 14.4 #238
  • e17ee6c Update submodule
  • 54c9655 Add tests/sonoma_master.png
  • 37aad04 Add 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: 908b3d687a

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.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/758 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/8/2024 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `sonoma` --- ### 📝 Commits (7) - [`669bea2`](https://github.com/sickcodes/Docker-OSX/commit/669bea269dbdb8c9a17548c79aa5a8de0f6c3866) Add 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-generator - [`b09155a`](https://github.com/sickcodes/Docker-OSX/commit/b09155a6124f4fa524ed34d922af7679f18fafdc) Add another version specific field - [`d09fa38`](https://github.com/sickcodes/Docker-OSX/commit/d09fa38b47b5dd56913865009988cfdc3abe60cd) Update submodule - [`a208578`](https://github.com/sickcodes/Docker-OSX/commit/a208578bf0c8173f7b4f666144f819afde509931) Merge @kholia/OSX-KVM Set XHCI controller to qemu-xhci for USB keyboard/ mouse on macOS 14.4 #238 - [`e17ee6c`](https://github.com/sickcodes/Docker-OSX/commit/e17ee6c90abb50692e03a56b1b67ebc221fb7bb3) Update submodule - [`54c9655`](https://github.com/sickcodes/Docker-OSX/commit/54c96557c09888cd561dbc99fc5c7f7df6cbb91c) Add tests/sonoma_master.png - [`37aad04`](https://github.com/sickcodes/Docker-OSX/commit/37aad0460d83cea1be73bc8b85d6a10d6582d856) Add sonoma to README with special flags ### 📊 Changes **6 files changed** (+44 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:25:17 +01:00
adam closed this issue 2025-12-29 01:25:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#798