diff options
| author | sickcodes <[email protected]> | 2021-03-06 17:48:15 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-06 17:48:15 +0000 |
| commit | 8935ce08abc371911f2d6e2e24aff6b9bc64827a (patch) | |
| tree | 5c4ec022aa1ea02ef0400ec7b34aea1d9640ead0 /CHANGELOG.md | |
| parent | Fix help. Change envs to --envs. Auto turn on envs, plists, bootdisks if sett... (diff) | |
| download | docker-osx-8935ce08abc371911f2d6e2e24aff6b9bc64827a.tar.xz docker-osx-8935ce08abc371911f2d6e2e24aff6b9bc64827a.zip | |
Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc75bf..5e4dc56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ |Version|Date|Notes| |---|---|---| +| |2021-03-06|Change envs to require --envs. Automatically enable --envs if --output-env is used. Same for plists, bootdisks. Fix help ugliness and sanity of generate serial scripts. Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.| |4.1|2021-03-04|Add `-e MASTER_PLIST_URL` to all images to allow using your own remote plist.| | |2021-03-03|Add `WIDTH` and `HEIGHT` to set the x and y resolutions, use in conjuction with serial numbers.| | |2021-03-02|Add ADDITIONAL_PORTS, for example `-e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'`| |