aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-17 20:27:39 +0000
committersickcodes <[email protected]>2021-03-17 20:27:39 +0000
commit413b09df93ef25c4f2a1e82fa60e9dc49dc7afbe (patch)
tree5e9dad01a76bea59be07adbd40ee0fbb439b36b4 /CHANGELOG.md
parentMerge pull request #194 from TheHackerCoding/master (diff)
downloaddocker-osx-413b09df93ef25c4f2a1e82fa60e9dc49dc7afbe.tar.xz
docker-osx-413b09df93ef25c4f2a1e82fa60e9dc49dc7afbe.zip
Use RAM=max or RAM=half to suit all machines, dynamically.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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.|