Original PR: https://github.com/sickcodes/Docker-OSX/pull/163 Author: @sickcodes Created: 3/3/2021 Status: ✅ Merged Merged: 3/4/2021 Merged by: @sickcodes
Base: master ← Head: resolution-changes-runtime
master
resolution-changes-runtime
5469cb8
408248a
3f4c0c6
377c4e7
84fc717
elif
; then
45a5f2c
e03f073
.//config-custom.plist
4b278bc
2077c3a
b2f6ac5
8 files changed (+375 additions, -55 deletions)
📝 CHANGELOG.md (+2 -0) 📝 Dockerfile (+34 -14) 📝 Dockerfile.auto (+19 -12) 📝 Dockerfile.naked (+19 -12) 📝 README.md (+136 -1) 📝 custom/config-nopicker-custom.plist (+1 -1) 📝 custom/generate-specific-bootdisk.sh (+82 -12) 📝 custom/generate-unique-machine-values.sh (+82 -3)
CHANGELOG.md
Dockerfile
Dockerfile.auto
Dockerfile.naked
README.md
custom/config-nopicker-custom.plist
custom/generate-specific-bootdisk.sh
custom/generate-unique-machine-values.sh
Example:
stat mac_hdd_ng.img # make sure you have an image if you're using :naked touch ./mynewbootdisk.qcow docker run -it \ --device /dev/kvm \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -p 50922:10022 \ -e NOPICKER=true \ -e GENERATE_SPECIFIC=true \ -e DEVICE_MODEL="iMacPro1,1" \ -e SERIAL="C02TW0WAHX87" \ -e BOARD_SERIAL="C027251024NJG36UE" \ -e UUID="5CCB366D-9118-4C61-A00A-E5BAF3BED451" \ -e MAC_ADDRESS="A8:5C:2C:9A:46:2F" \ -e WIDTH=1000 \ -e HEIGHT=1000 \ -e BOOTDISK=/bootdisk \ -v "${PWD}/mynewbootdisk.qcow:/bootdisk" \ -v "${PWD}/mac_hdd_ng.img:/image" \ sickcodes/docker-osx:naked
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/163
Author: @sickcodes
Created: 3/3/2021
Status: ✅ Merged
Merged: 3/4/2021
Merged by: @sickcodes
Base:
master← Head:resolution-changes-runtime📝 Commits (10+)
5469cb8Add WIDTH and HEIGHT environment variables408248aMissing WIDTH and HEIGHT from naked and auto Dockerfiles3f4c0c6Add --custom-plist-url, --custom-plist or --master-plist to both serial generators.377c4e7Add -e MASTER_PLIST_URL to change the input config.plist at runtime.84fc717Syntax error:elifobviously needs a; then45a5f2cwget -O case sensitive, silence source /env errors.e03f073Fix.//config-custom.plist4b278bcShift exits2077c3av4.1 WIDTH/HEIGHT && move resolution README noteb2f6ac5Typo📊 Changes
8 files changed (+375 additions, -55 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
Dockerfile(+34 -14)📝
Dockerfile.auto(+19 -12)📝
Dockerfile.naked(+19 -12)📝
README.md(+136 -1)📝
custom/config-nopicker-custom.plist(+1 -1)📝
custom/generate-specific-bootdisk.sh(+82 -12)📝
custom/generate-unique-machine-values.sh(+82 -3)📄 Description
Example:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.