[PR #168] [MERGED] Script for making iMessage serial numbers OpenCore Docker-OSX edits #721

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

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/168
Author: @sickcodes
Created: 3/6/2021
Status: Merged
Merged: 3/6/2021
Merged by: @sickcodes

Base: masterHead: generate-custom-edits


📝 Commits (3)

  • 72d9427 Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if setting their output file names
  • 8935ce0 Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.
  • 7d6e5b3 Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99.

📊 Changes

5 files changed (+100 additions, -114 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 Dockerfile (+1 -13)
📝 Dockerfile.auto (+5 -14)
📝 Dockerfile.naked (+4 -8)
📝 custom/generate-unique-machine-values.sh (+89 -79)

📄 Description

Change envs to require --envs.

Automatically enable --envs if --output-env is used.
Same for plists, bootdisks^

Fix help ugliness and sanity


🔄 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/168 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 3/6/2021 **Status:** ✅ Merged **Merged:** 3/6/2021 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `generate-custom-edits` --- ### 📝 Commits (3) - [`72d9427`](https://github.com/sickcodes/Docker-OSX/commit/72d942763eb7f61cbca86672650a7538e4e08b7e) Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if setting their output file names - [`8935ce0`](https://github.com/sickcodes/Docker-OSX/commit/8935ce08abc371911f2d6e2e24aff6b9bc64827a) Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway. - [`7d6e5b3`](https://github.com/sickcodes/Docker-OSX/commit/7d6e5b30d872a3e8fdc65099ed691dadabc46220) Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99. ### 📊 Changes **5 files changed** (+100 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `Dockerfile` (+1 -13) 📝 `Dockerfile.auto` (+5 -14) 📝 `Dockerfile.naked` (+4 -8) 📝 `custom/generate-unique-machine-values.sh` (+89 -79) </details> ### 📄 Description Change envs to require --envs. Automatically enable --envs if --output-env is used. Same for plists, bootdisks^ Fix help ugliness and sanity --- <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:24:49 +01:00
adam closed this issue 2025-12-29 01:24:50 +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#721