diff options
| author | sickcodes <[email protected]> | 2021-10-30 21:55:07 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-10-30 21:55:07 +0000 |
| commit | 0a0ae76333ef26aeb8762a18efa7d069684d3615 (patch) | |
| tree | 3ee26459413766d12e09f5a57ee3ba277f515c4e /Dockerfile | |
| parent | Add missing kernel headers (diff) | |
| download | docker-osx-0a0ae76333ef26aeb8762a18efa7d069684d3615.tar.xz docker-osx-0a0ae76333ef26aeb8762a18efa7d069684d3615.zip | |
Opencore --> OpenCore (typo...)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |