Opencore --> OpenCore (typo...)

This commit is contained in:
sickcodes 2021-10-30 21:55:07 +00:00
parent dca8b28f9f
commit 0a0ae76333
5 changed files with 5 additions and 5 deletions

View File

@ -284,7 +284,7 @@ RUN ./Docker-OSX/osx-serial-generator/generate-specific-bootdisk.sh \
--output-bootdisk "${STOCK_BOOTDISK_NOPICKER}" || exit 1 --output-bootdisk "${STOCK_BOOTDISK_NOPICKER}" || exit 1
### symlink the old directory as upstream has renamed a directory. Symlinking purely for backwards compatability! ### 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 #### SPECIAL RUNTIME ARGUMENTS BELOW

View File

@ -151,7 +151,7 @@ RUN if [[ "${COMPLETE}" ]]; then \
#### ####
# symlink the old directory, for redundancy # symlink the old directory, for redundancy
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
#### ####

View File

@ -140,7 +140,7 @@ RUN if [[ "${LINUX}" == true ]]; then \
#### ####
# symlink the old directory, for redundancy # symlink the old directory, for redundancy
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
#### ####

View File

@ -122,7 +122,7 @@ RUN mkdir -p ~/.ssh \
#### ####
# symlink the old directory, for redundancy # symlink the old directory, for redundancy
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
#### ####

View File

@ -131,7 +131,7 @@ RUN if [[ "${COMPLETE}" ]]; then \
#### ####
# symlink the old directory, for redundancy # symlink the old directory, for redundancy
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
#### ####