diff options
| author | sickcodes <[email protected]> | 2021-08-26 00:01:17 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-26 00:01:17 +0000 |
| commit | e7070fd1cde79e28e97e7ceb49f340564a231a22 (patch) | |
| tree | 64013aa560e074edb9bce57facc1358c25627421 /CHANGELOG.md | |
| parent | Add Discord server for general enquiries (diff) | |
| parent | Add `sickcodes/docker-osx:naked-auto` to test.sh (diff) | |
| download | docker-osx-e7070fd1cde79e28e97e7ceb49f340564a231a22.tar.xz docker-osx-e7070fd1cde79e28e97e7ceb49f340564a231a22.zip | |
Merge pull request #333 from sickcodes/naked-auto
Add new image `docker pull sickcodes/docker-osx:naked-auto`. Also allow -e USERNAME -e PASSWORD for auto, even though it's 20GB.
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 feaeb79..29d9e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ |Version|Date|Notes| |---|---|---| +|6.0|2021-08-25|Added naked-auto. Keep kernel at 5.13, even tho it's just for supermin.| |5.0|2021-07-25|Retire glibc patch. Retire file command patch. Add bootmenu=on.| | |2021-07-08|Add CPUID_FLAGS to edit the CPUID flags on the fly.| |4.4|2021-05-06|Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`, or see [more examples here](https://manpages.ubuntu.com/manpages/disco/man7/qemu-cpu-models.7.html).| |