aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-10-30 21:55:07 +0000
committersickcodes <[email protected]>2021-10-30 21:55:07 +0000
commit0a0ae76333ef26aeb8762a18efa7d069684d3615 (patch)
tree3ee26459413766d12e09f5a57ee3ba277f515c4e /Dockerfile
parentAdd missing kernel headers (diff)
downloaddocker-osx-0a0ae76333ef26aeb8762a18efa7d069684d3615.tar.xz
docker-osx-0a0ae76333ef26aeb8762a18efa7d069684d3615.zip
Opencore --> OpenCore (typo...)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 854c350..d7c18a0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -284,7 +284,7 @@ RUN ./Docker-OSX/osx-serial-generator/generate-specific-bootdisk.sh \
--output-bootdisk "${STOCK_BOOTDISK_NOPICKER}" || exit 1
### symlink the old directory as upstream has renamed a directory. Symlinking purely for backwards compatability!
-RUN ln -s /home/arch/OSX-KVM/Opencore /home/arch/OSX-KVM/Opencore-Catalina || true
+RUN ln -s /home/arch/OSX-KVM/OpenCore /home/arch/OSX-KVM/OpenCore-Catalina || true
####
#### SPECIAL RUNTIME ARGUMENTS BELOW