aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-26 04:22:56 +0000
committersickcodes <[email protected]>2021-02-26 04:22:56 +0000
commita651aa0369a5875a900a02deba319e4e0074d0d5 (patch)
treecf077c86d149829a2da58bf2aa49efb583cff0fb /Dockerfile
parentChown the disk image early. (diff)
downloaddocker-osx-a651aa0369a5875a900a02deba319e4e0074d0d5.tar.xz
docker-osx-a651aa0369a5875a900a02deba319e4e0074d0d5.zip
Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 5b2080c..d89ac54 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,7 +52,7 @@
FROM archlinux:base-devel
-MAINTAINER 'https://sick.codes' <https://sick.codes>
+MAINTAINER 'https://twitter.com/sickcodes' <https://sick.codes>
SHELL ["/bin/bash", "-c"]
@@ -271,7 +271,7 @@ CMD sudo chown "$(id -u)":"$(id -g)" "${IMAGE_PATH}" "${BOOTDISK}" 2>/dev/null |
directory* ) export IMAGE_PATH=/home/arch/OSX-KVM/mac_hdd_ng.img \
;; \
esac \
- ; [[ "${NOPICKER}" == true ]] && mv ./Launch-nopicker.sh ./Launch.sh \
+ ; [[ "${NOPICKER}" == true ]] && BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2 \
; [[ "${GENERATE_UNIQUE}" == true ]] \
&& ./Docker-OSX/custom/generate-unique-machine-values.sh \
--count 1 \