diff options
| author | sickcodes <[email protected]> | 2021-03-17 21:50:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-17 21:50:13 +0000 |
| commit | 9af868d0d1d15046f21c54cf0450c12df6c179d6 (patch) | |
| tree | 1809419e262b4bfc571eb6dc5ed293d88775e676 /CHANGELOG.md | |
| parent | Merge pull request #194 from TheHackerCoding/master (diff) | |
| parent | Fix RAM math error for -e RAM=max (diff) | |
| download | docker-osx-9af868d0d1d15046f21c54cf0450c12df6c179d6.tar.xz docker-osx-9af868d0d1d15046f21c54cf0450c12df6c179d6.zip | |
Merge pull request #206 from sickcodes/dyanmic-ram-default
Use RAM=max or RAM=half to suit all machines, dynamically.
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 ec5dc2f..440d321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ |Version|Date|Notes| |---|---|---| +| |2021-03-17|Add RAM=max and RAM=half to dynamically select ram at runtime (DEFAULT).| | |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. Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99.| |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.| |