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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:generate-custom-edits📝 Commits (3)
72d9427Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if setting their output file names8935ce0Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.7d6e5b3Remove 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.