aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.auto
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-09 16:55:18 +0000
committersickcodes <[email protected]>2021-03-09 16:55:18 +0000
commit5a71e1975692f153e3022a8a2c877d82e32cd6f6 (patch)
tree3ea707101e3d4f8caca3123b8ff7201e7e4dc881 /Dockerfile.auto
parentosx-serial-generator submodule update (diff)
downloaddocker-osx-5a71e1975692f153e3022a8a2c877d82e32cd6f6.tar.xz
docker-osx-5a71e1975692f153e3022a8a2c877d82e32cd6f6.zip
./custom is now ./osx-serial-generator via submodule. Submodule inits.
Diffstat (limited to 'Dockerfile.auto')
-rw-r--r--Dockerfile.auto6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto
index a9cb6a5..65efef8 100644
--- a/Dockerfile.auto
+++ b/Dockerfile.auto
@@ -79,7 +79,7 @@ RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \
RUN pacman -Syu xorg-server-xvfb wget xterm xorg-xhost xorg-xrandr sshpass --noconfirm \
&& if [[ "${SCROT}" ]]; then \
pacman -Syu scrot base-devel --noconfirm \
- && git clone https://github.com/stolk/imcat.git \
+ && git clone --recurse-submodules --depth 1 https://github.com/stolk/imcat.git \
&& cd imcat \
&& make \
&& sudo cp imcat /usr/bin/imcat \
@@ -155,7 +155,7 @@ CMD echo "${BOILERPLATE}" \
; } \
|| export BOOTDISK="${BOOTDISK:=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2}" \
; [[ "${GENERATE_UNIQUE}" == true ]] && { \
- ./Docker-OSX/custom/generate-unique-machine-values.sh \
+ ./Docker-OSX/osx-serial-generator/generate-unique-machine-values.sh \
--master-plist-url="${MASTER_PLIST_URL}" \
--count 1 \
--tsv ./serial.tsv \
@@ -167,7 +167,7 @@ CMD echo "${BOILERPLATE}" \
; } \
; [[ "${GENERATE_SPECIFIC}" == true ]] && { \
source "${ENV:=/env}" 2>/dev/null \
- ; ./Docker-OSX/custom/generate-specific-bootdisk.sh \
+ ; ./Docker-OSX/osx-serial-generator/generate-specific-bootdisk.sh \
--master-plist-url="${MASTER_PLIST_URL}" \
--model "${DEVICE_MODEL}" \
--serial "${SERIAL}" \