diff options
| author | sickcodes <[email protected]> | 2021-02-26 05:49:40 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-26 05:49:40 +0000 |
| commit | d1721028c8ca06d748e9e78c96b01bd8635a37bc (patch) | |
| tree | 990f1dd61995c94b0edb53af8d5dd8a1ea94496b /CHANGELOG.md | |
| parent | source "${ENV:=/env}" logic (diff) | |
| download | docker-osx-d1721028c8ca06d748e9e78c96b01bd8635a37bc.tar.xz docker-osx-d1721028c8ca06d748e9e78c96b01bd8635a37bc.zip | |
NOPICKER now does: `sed -i '/^.*InstallMedia.*/d' Launch.sh`
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc3dd5..4a390cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ |Version|Date|Notes| |---|---|---| -| |2021-02-26|Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.| +| |2021-02-26|Change `-e NOPICKER=true` to simply do `sed -i '/^.*InstallMedia.*/d' Launch.sh` and `export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.| |3.2|2021-02-25|Add a script to generate unique machine serial numbers. Add a script to generate a bootdisk from given serial numbers. Add Linux for libguestfs which allows the docker container to make QEMU bootdisks with specific serial numbers.| | |2021-02-21|Add NOPICKER environment variable to ALL images.| |3.1|2021-02-21|Remove testing repos. Switch to base-devel. We shouldn't be using testing repos in a Dockerfile for light increase in stability. Add the mandatory glibc patch to every pacman until someone upstream fixes it.| |