diff options
| author | sickcodes <[email protected]> | 2021-02-25 18:16:24 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-25 18:16:24 +0000 |
| commit | c5aab3020d28c344912e0719f0c4b9059361d633 (patch) | |
| tree | ab06026af070f6b2fed4d3064d4d3c8616e1e005 /Dockerfile.auto | |
| parent | Early chown required for all volumes... (diff) | |
| download | docker-osx-c5aab3020d28c344912e0719f0c4b9059361d633.tar.xz docker-osx-c5aab3020d28c344912e0719f0c4b9059361d633.zip | |
Set defaults in obvious places
Diffstat (limited to 'Dockerfile.auto')
| -rw-r--r-- | Dockerfile.auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto index 3c59fa6..d24e295 100644 --- a/Dockerfile.auto +++ b/Dockerfile.auto @@ -131,6 +131,10 @@ ENV DISPLAY=:99 ENV IMAGE_PATH=/home/arch/OSX-KVM/mac_hdd_ng.img +ENV BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2 + +ENV ENV=/env + ENV NOPICKER=true ENV TERMS_OF_USE=i_agree |